AJAX :: How To Share New Control With Community
Feb 23, 2010
I developed a control a while ago, that I would like to share with the community. It is very similar to the ComboBox control in the toolkit, except it doesn't store the items in the page, so for long lists it doesn't create a performance hit, it also implements paging, and bolding of typed text. To do this it further extends the AutoComplete control.
What is the best way to share this, and allow other developers to improve it/use it? Maybe even have it added to the control toolkit eventually?
View 2 Replies
Similar Messages:
Nov 8, 2010
our team has converted asp.net 3.5 c# project to 2010 share point application. In our share point application we are using webparts. we have controls inside update panel.
<script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="js/test.js" type="text/javascript"></script>
<asp:UpdatePanel runat="server" UpdateMode="Conditional" >
<ContentTemplate>
<asp:Button ID="Button1" runat="server" OnClientClick="return test();"
Text="Button" onclick="Button1_Click" />
<asp:HiddenField runat="server" ID="hdnlbl" />.......
View 1 Replies
Jan 14, 2010
I am looking to make the jump from PHP and Flash/Flex to .net and Silverlight (maybe not a full jump, but I want to be ready when Silverlight takes the lead from Flash)I'm looking for the common/trusted mvc framework most people use/support and is potentially backed by microsoft
In PHP we have Zend Framework http://framework.zend.com/ this is backed by key contributors to the PHP languageIn Flex we have the Cairngorm framework http://opensource.adobe.com/wiki/display/cairngorm/Cairngorm (developed by Adobe consulting) backed by Adobe the creators of Flex
There of course are other frameworks for both PHP and Flex, but a much smaller population base even if they offer some nicer things individually, they lack frequent updates or community support.So my question is, what is the "accepted standard" framework that people use with .net and/or silverlight?
View 4 Replies
Jun 10, 2010
I need a code to have the ability to share my news on social networks.My site structure is in Asp.net and vb.net.
View 1 Replies
Jun 29, 2013
I am showing thumbnail images in dataList on a page of my website. When i click on any image they open in big size. How i will share(Facebook). that particular big size image. My code is given below:
<script type="text/javascript">
var CurrentPage = 1;
function GetImageIndex(obj) {
while (obj.parentNode.tagName != "TD")
obj = obj.parentNode;
var td = obj.parentNode;
[CODE]..
View 1 Replies
Aug 29, 2010
To learn ASP.NET MVC, I am thinking of creating a community forum like SO where people can rate posts, users etc. and the user can thereby gain points. I just can't figure out if the points should be added to the user profile whenever an action is done (post rated up/down, user created new post etc.) or if it should be calculated from the different activities the user has done.
I have a few pro's and con's for both ways of doing it:
[code]....
View 3 Replies
May 27, 2010
I'd like some recommendations for a good open source CMS . I need it for developing a multilingual (Hebrew/Arabic/English) community site. I'm familiar with ASP.NET and would like to stay within this framework.
View 8 Replies
Dec 21, 2010
I have a page on which I placed a user control. In this page I create an object ("FilterState") that maintains some state information. There are controls on the page which alter and read the FilterState, and the user control needs to be able to alter and read this same instance of FilterState. Meaning that there is code inside the user control that needs to refer to this object and manipulate it.I'm stuck on how to share the same instance between the page controls and this user control.
If I declare a FilterState object as a property of my user control, and set this property value to the instance I created in the page code behind, I'm assuming that it's really just getting a copy of it.
View 4 Replies
Mar 4, 2011
I have an ASP.NET MVC application that attempts to read a file in using a filestream and File.OpenRead().
When the path to the file is a share on the same workgroup, and I give access to NETWORK SERVICE for the share, this works perfectly as desired.
However, when the path to the share is a UNC path to a remote share within the LAN, with read permissions open for "Everyone", the "File.OpenRead()" method throws an exception saying "Could not find a part of the path".
In my test cases I'm debugging locally with the ASP.NET MVC app being given a UNC path to the computer that it's actually running on. It's a share on my C drive, being "Shared" with permissions to "Everyone" for read access.
Is there something in IIS that needs to be configured? If I try to impersonate, in this context, the impersonation doesn't matter because NETWORK SERVICE was the user trying to access the files when it worked for a share in the same workgroup.
View 2 Replies
Dec 21, 2010
My code is to update a record if it already exists in database else insert as a new record. My code is as follows:
protected void Button3_Click(object sender, EventArgs e)
{
OdbcConnection MyConnection = new OdbcConnection("Driver={MySQL ODBC 3.51 Driver};Server=localhost;Database=testcase;User=root;Password=root;Option=3;");
MyConnection.Open();
String MyString = "select fil_no,orderdate from temp_save where fil_no=? and orderdate=?";
OdbcCommand MyCmd = new OdbcCommand(MyString, MyConnection);
MyCmd.Parameters.AddWithValue("", HiddenField4.Value);
MyCmd.Parameters.AddWithValue("", TextBox3.Text);
using (OdbcDataReader MyReader4 = MyCmd.ExecuteReader())
{
//**
if (MyReader4.Read())
{
String MyString1 = "UPDATE temp_save SET order=? where fil_no=? AND orderdate=?";
OdbcCommand MyCmd1 = new OdbcCommand(MyString1, MyConnection);
MyCmd1.Parameters.AddWithValue("", Editor1.Content.ToString());
MyCmd1.Parameters.AddWithValue("", HiddenField1.Value);
MyCmd1.Parameters.AddWithValue("", TextBox3.Text);
MyCmd1.ExecuteNonQuery();
}
else
{
// set the SQL string
String strSQL = "INSERT INTO temp_save (fil_no,order,orderdate) " +
"VALUES (?,?,?)";
// Create the Command and set its properties
OdbcCommand objCmd = new OdbcCommand(strSQL, MyConnection);
objCmd.Parameters.AddWithValue("", HiddenField4.Value);
objCmd.Parameters.AddWithValue("", Editor1.Content.ToString());
objCmd.Parameters.AddWithValue("", TextBox3.Text);
// execute the command
objCmd.ExecuteNonQuery();
}
}
}
I am getting the error as: ERROR [42000] [MySQL][ODBC 3.51 Driver][mysqld-5.1.51-community]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order,orderdate) VALUES ('04050040272009',' &' at line 1
The datatype for fields in table temp_save are:
fil_no-->INT(15)( to store a 15 digit number)
order-->LONGTEXT(to store contents from HTMLEditor(ajax control))
orderdate-->DATE(to store date)
View 2 Replies
Aug 6, 2010
I want to upload files to the web servers from the client machines.
Can i upload a file on a network share folder using file upload control?
I would like to create a share folder on a file server sitting next to the web server. If i upload the file from the network share folder instead of uploading it from the client machine does it make any difference?
Will the file be stored in a temporary location before copying to the final destination? Where will be the file stored in this case of uploading it from share folder?
View 1 Replies
Jul 22, 2010
guide me a place to find the Timer control? I jus downloaded the latest version Ajax Control Tool Kit i don't see Timer control.
[IMG]http://i25.tinypic.com/1z1srvl.jpg[/IMG]
View 5 Replies
Aug 5, 2010
I want to write a program to click a button to save a record. A confirmation window will show up before the record actually save to database. Once confirmed, it will show a modal popup.Here is the code:
[Code]....
The problem is, the Modal Popup shows up before the confirmation windows. Is there any way to control the execution sequence of AJAX controls?
View 11 Replies
Nov 3, 2010
[Code]....
Asp.Net Code:-
[Code]....
View 5 Replies
Dec 8, 2010
I am Getting the following error using the Numeric UpDown Control from Ajax Control Toolkit.
Assembly 'AjaxControlToolkit, Version=3.0.30512.20315, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' contains a Web resource with name 'AjaxControlToolkit.NumericUpDown.NumericUpDownBehavior.debug.js', but does not contain an embedded resource with name 'AjaxControlToolkit.NumericUpDown.NumericUpDownBehavior.debug.js'.
View 2 Replies
Apr 15, 2010
i have problem in using ajax control , till morning it everything was file , now when i add any new ajax control it shows the error Control canot be created because visual studio cannot find the control's type in the control assembly then if i press OK it says The operation could not be completed . invalid FORMATETC structure
View 5 Replies
Nov 5, 2010
i have a page with some control like update panel and cascading dropdownlist. I have added some asp require validators but it does not working.
I have an asp image button with a postback url set. When i click on this button, the validations does not occurs and the application goes to the next page.
I am using the asp.net ajax validators too.
this is the event of the button:
[Code]....
this is the code of one of the DDL
[Code]....
[Code]....
View 2 Replies
Sep 9, 2010
I have a library that is meant to be used by many websites. The way I am doing it now is in the library's properties, I set the "Post-build event command line" to: copy "$(TargetPath)" "$(SolutionDir)MyWebsitein$(TargetFileName)"
Every time I want a new website to use the shared library, I add a new line like this: copy "$(TargetPath)" "$(SolutionDir)MyWebsite2in$(TargetFileName)"
Is there an easy or better way to do this besides using the GAC?
View 1 Replies
Jan 19, 2011
Here is what I'm trying to do :
The user accesses a web page (asp.net web application), makes his selections and applies filters to render the screen. Now I'm looking for a way to share this view with somebody else who also has access to the application.
Although in a simple scenario this can achieved through query strings and sharing the URL, how can this be achieved in a more complicated scenario where a bunch of selections / filters are applied to render a view ?
To start with, I implemented a basic framework. A datastructure will hold key value pairs which represents the controls and the values associated with it. I persist this to a database and the page will be responsible to parse the key-value collection and render itself but I think this may not be practical when there are complex controls like a grid with features such as grouping, filtering etc.
Most importantly, it would be great if the solution does'nt force the aspx to be implemented in a certain way for them to be persisted.
View 3 Replies
Mar 15, 2011
I need to temporarily access the network to separate directories. When do it I have access exception. I'm from Ukraine. not sure about the accuracy of the translation. "Logon not produced: Username or password not recognized"
access from my PC to the share directory I have >> Start >> Run >> \network addres
View 1 Replies
Oct 26, 2010
How To Get The Unc Share Name Of A Given Folder (If Shared)?
View 2 Replies
Mar 30, 2010
My company took some old php application over. Due to our preference to ASP.net and to the lack of any documentation from the previous developer, we do not want to spend much resources on developing in PHP. For implementing new features, we will create an Asp.net application that has the same look to the user. We want to develop a kind of 'coexisting' web application. Therefore we must share sessions between an PHP and an Asp.net webapplication project, because there is a usermanagement involved with an existing MySQL database.
(e.g. link 'A' directs to the PHP website, and link 'B' directs to the asp.net application)
How can we share the session between and PHP and an asp.net application?
And does anyone have a hint for this 'coexisting' thing, that might be useful in development?
View 5 Replies
Jun 4, 2010
There is a website with a master-page, set of css-files,... menus. It is necessary to implement another one that will have same (or at least very similar) look-and-feel. And also it is necessary to have look-and-feel in sync.
I've tried to find for appropriate solution (at least idea, not implementation) in the internet but didn't find anything.
use an additional project (class library) that will contain an implementation of the master-page and all its comnponents (menus, images, css, etc will be stored as resources), this project will be refferenced from all web-sites that need to sare look-and-feel.
View 2 Replies
May 27, 2010
Im using asp.net website with WCF service, having wsHttpBinding,Aspnet compatibility enabled, specified as Sessionmode -allowed, service behavior- isinitiated and client session cookie enabled. Its looking like Asp.Net session object and WCF Session( HTTPContext.Current.Session) work independently. How can I share Asp.net Session value to WCF Session and vise versa.
View 3 Replies
Nov 1, 2010
In the main thread I open a new thread that gets the number of new messages of user (takes about 5 secs) and this second thread should save the number in some place.
In the main thread I should check the "some place" and if the value exists I display it on the page.
Where can I save the value from the second thread to read it from the main one? This value is unique per user so I can't use static field.
View 3 Replies