| Thread | Last Post | Replies |
|
| how to limit textbox can only input plus number using javascript? | 24 Mar 2005 19:54 GMT | 4 |
Hi Everyone, I am new in asp.net, and i am not quite familar with javascipt. I know how to use javascript to force textbox's input turn to uppercase, here is the sample code.
|
| Convert bool to SqlBoolean | 24 Mar 2005 16:43 GMT | 1 |
How to convert bool to SqlBoolean? I need to parse CheckBox.Checked value to SQL Server table... My code is.., string myString = "INSERT INTO tblCoba(Coba) VALUES('" +
|
| Checkbox Issue 1.0 | 24 Mar 2005 15:54 GMT | 1 |
We found an issue with checkbox control of .Net version 1.0. Actually, checkbox controls is added with javascript as follows chkGroupALL.Attributes.Add ("onclick", "return ProcessGroupALLClick();"); The issue is when javascript function ProcessGroupALLClick() returns false
|
| How to do a Combo box with Type Ahead | 24 Mar 2005 14:11 GMT | 2 |
Has anyone added a "Type Ahead" functionality to a Combo Box Web Control? Paul
|
| DropDown SelectValue always first entry | 24 Mar 2005 02:44 GMT | 6 |
I am sure you have all seen a post like this one but its not as easily solved as the others as you will see from the description below: Binding a DropDown to a database table (works well all present) cbCountry.DataSource = objDs;
|
| Cannot drag custom web control from toolbox | 24 Mar 2005 02:42 GMT | 3 |
I'm in the process of developing a custom web control, which is stored on my local drive. (not mapped or on a remote server) When I add the custom control to the toolbox, I get the 'no'entry' icon, and I can't drop the control on the web form. This happens when I'm logged on to
|
| ASP.NET MS SQL cyrillic problem | 23 Mar 2005 22:03 GMT | 3 |
I have a ASP.NET application which is hosted on English - based server. This application works with MS SQL Server, also English-based. I have this in my Web.config: <globalization fileEncoding="windows-1251" requestEncoding="windows-1251"
|
| PlaceHolder ViewState | 23 Mar 2005 19:49 GMT | 7 |
I need to programmatically change an ASCX control into a PlaceHolder during PostBack. When i change the PH control during PageLoad like : MyCtrl = LoadControl(path);
|
| downloading files | 23 Mar 2005 18:45 GMT | 1 |
Can someone point me in the right direction to allow downloading from a website? I would like to give people the abilty to download files, .exe , etc.
|
| How to populate a datagrid with multiple tables using dataset | 23 Mar 2005 14:59 GMT | 1 |
first of all i'm new to dotnet.it'll sound simple,but please try to solve my problem. i have 4 tables with one field in all the same.how will we populate the values from all these tables to a data grid?
|
| History Stack | 23 Mar 2005 10:39 GMT | 6 |
I have an ASP 3 application that must pass control using JavaScript ... window.location.replace( strURL + "?result=" + strResult ); This is done in order to maintain the History stack on the callers machine. My function is called the using window.location.replace( ) and my function ...
|
| How to replace [...] in DataGrid when doing custom paging? | 23 Mar 2005 06:53 GMT | 5 |
I want to change paging of the DataGrid in that way that instead of [...] the number will be shown. Does anybody know how this can be done? Thank you! Daniel
|
| How Can I create webControls Dynamic ? | 23 Mar 2005 01:35 GMT | 3 |
Just the title ! any website or Document ?
|
| Visual Studio does not handle correctly the control | 22 Mar 2005 15:54 GMT | 1 |
I have build a custom webcontrol. It works fine. The control has other controls inside. [ToolboxData("<{0}:Navigation runat=server></{0}:Navigation>")] [ParseChildren(false)]
|
| Client Side - intercepting postback for form. | 22 Mar 2005 15:03 GMT | 2 |
I am writing a webcontrol that is very client side Javacript intensive. I have successfully used RegisterClientScriptBlock to get the Javascript onto the page and the control works just wonderfully. However, I am having a problem with Postback's.
|