| Thread | Last Post | Replies |
|
| Cached DropDownList has items, but won't display. Where's my error | 30 Nov 2004 20:33 GMT | 1 |
I am trying to cache a dropdown list rather than hit the database every time this or other pages that need it load. I was going to cache the data by caching the datareader, but that did not work. Then I thought of caching the entire control, as shown below. The code runs without ...
|
| Query Builder | 30 Nov 2004 12:31 GMT | 1 |
Regarding Query Builder from OleDbCommand, it seems doesn't work well with SQL syntax "ColName LIKE 'abc'", is that right? My SQL syntax works perfectly in my database testing but it doesn't work at all in aspx. Please advice! TQ
|
| Debug ASP.NET application | 30 Nov 2004 03:09 GMT | 1 |
I am having trouble debugging my ASP.NET application. I am trying to debug a web control library. If I put a breakpoint in a virtual function, or an overridden function in a derived class, it skips it, and doesn't stop. However, if I step into a virtual or overridden function, and ...
|
| Custom Validator needs to reset focus on validated control | 29 Nov 2004 22:31 GMT | 1 |
I have a control on a web page and a custom validator associated with that control, along with a client side javascript validaton function. The validation is working well with one exception. I'm trying to keep focus on that control until the user enters something valid, but ...
|
| problem with validationsummary and custom controls | 29 Nov 2004 22:26 GMT | 1 |
Hello, can some one help me with this problem? I have a mainpage with validationsummary control. usercontrols are loaded dynamically. I do validation in these usercontrols. Some of them I use requiredvalidation others I use customvalidation.
|
| Setting Content Type No Longer Returns Dynamic Controls | 29 Nov 2004 21:04 GMT | 1 |
I have a web page that contains a place holder control. I create a table in code and add it to the place holder controls collection and the table displays correctly in html. If I set the mime type to return a word document the
|
| databound autocomplete ComboBox | 29 Nov 2004 18:48 GMT | 2 |
i've a an order entry page where one of the controls a ComboBox is populated with approx 700kb of txt. the txt is customer names. i am looking for ways to improve the perfomrance, the bottleneck seems to be
|
| ASP.NET Datagrid, doesn't fire events for editcmommand etc.. | 29 Nov 2004 18:18 GMT | 1 |
I am using the ASP.NET datagrid webcontrol. It has an <asp:editcommandcolumn> with a pushbutton type. The problem is when I click the button it does not fire the;
|
| Urgent: How can I get the enter key to behave like a tab key? | 29 Nov 2004 15:23 GMT | 4 |
I have a web form completely filled with about 80 server-side controls (text boxes - single line and multiline - and drop downs). The enter key is firing the submit button rather than taking the user to the next tabindexed field.
|
| Conditional dynamic loading of a web control? | 29 Nov 2004 14:15 GMT | 4 |
Anyone know how to load a button and its event handler to a web page as a result of a user action? This can't be done from Page_Load( ), because the Page_Load event fires before the user action can set a property. And yet, if the event handler is added at any time after ...
|
| webform - resize the datagrid | 29 Nov 2004 13:47 GMT | 1 |
I have a datagrid in the webform. I want to resize the datagrid columns using mouse. Can anyone give me the code.?
 Signature Bye,
|
| Calendar Control | 29 Nov 2004 13:23 GMT | 1 |
How will i able to know which week does the day falls.Is there any method, which allows you to get For eg: Mon Tue Wed Thu Fri Sat Sun
|
| 'Microsoft.Web.UI.WebControls' does not match the assembly referen | 29 Nov 2004 10:03 GMT | 1 |
I have a control that i want to use and when dragged to a web form and complile it i gives me error:- "The located assembly's manifest definition with name 'Microsoft.Web.UI.WebControls' does not match the assembly reference."
|
| THEAD in asp:table control | 29 Nov 2004 05:59 GMT | 1 |
is it possible to use the THEAD and the TBODY tag in a table webcontrol (not a datagrid) Harald
|
| History.Back not working from web | 29 Nov 2004 03:37 GMT | 1 |
In my appliction history.Back is working at my local host and woring properly but when i upload the apllication and run my appliction from web the history.back is not working please help me as soon as possible
|