| Thread | Last Post | Replies |
|
| How to add imageButtons to DataGrid? | 01 Apr 2005 00:25 GMT | 2 |
I am dynamically creating my datagrid, building each column in real-time via code-behind (using c#). The only way i have read to add ImageButtons to my grid dynamically is by creating a separate template class. However, a class cannot create server
|
| URL Rewriting breaking Output Caching | 01 Apr 2005 00:15 GMT | 2 |
Can these two functions coexist? We have a web site where the querystrings are removed using URL Rewriting. Instead the page appears to be a html page with a long name (containing what would be in the querystring).
|
| Persisting Trace.axd | 31 Mar 2005 23:33 GMT | 2 |
I need to log and collate trace information from servers in a shared environment. I'd like to use Trace.axd. Can the tracing info displayed with Trace.axd be persisted? Can it be collated?
|
| How to pass listbox to sub | 31 Mar 2005 23:19 GMT | 3 |
I have this sub to resize a listbox: Sub ResizeListBox() Dim lineCount As Integer = 0 Dim li As ListItem
|
| Newbie - Can you point me in the right direction. | 31 Mar 2005 23:17 GMT | 1 |
I am trying to put together a simple site where the user can select the page layout from a set of templates. The templates will be in the form of 3 blocks of code: header, navigation and footer
|
| Changing a RequiredFieldValidator on the fly? | 31 Mar 2005 23:10 GMT | 1 |
I have a questionnaire-type web form - and I would like to have one field validator, and when you switch to a question - have the field validator apply to the current item. If I try to change the ControlToValidate on the fly, I get no error - but it
|
| Double Click on Listbox | 31 Mar 2005 22:47 GMT | 2 |
Is there a way to do go to an even using double click? I know there is such an event, but I haven't seen any on the asp.net objects. I tried to add one, but it didn't go anywhere.
|
| SQLConnection Help | 31 Mar 2005 22:38 GMT | 1 |
I make an project in ASP that use SQL Server that is on the same computer at compilation time I have the problem : Login failed for user 'NOSTRU\IUSR_NOSTRU'. Description: An unhandled exception occurred during the execution of the
|
| Component for ASP.Net | 31 Mar 2005 22:18 GMT | 3 |
If I buy a component from 3rd party to be used in ASP.Net based on the Framework 1.1, then when I upgraded my IIS with .Net Framework 2.0, would the component still can be used? The component was compiled using .Net Framework 1.1.
|
| Unknown Error Exception with GridView | 31 Mar 2005 21:48 GMT | 5 |
I have a page that has a GridView that I have been using for a while. I have not made any changes to it. As of today, I am getting the following error: [SqlException (0x80131904): Unknown ProviderError Locating Server/Instance
|
| querystring && postback | 31 Mar 2005 21:37 GMT | 3 |
Does anbody know how to clear the querystring between postbacks? tnx, alejandro.
|
| moving from vb.net to c# | 31 Mar 2005 21:12 GMT | 10 |
I always thought that moving from VB.NET to C# would be very easy. Even though so far it hasn't been hard, there are some annoying things, that may have to do with my visual studio settings. - When I type "system." the intellisense doesn't comlete this, only if I
|
| PDF | 31 Mar 2005 20:34 GMT | 1 |
Is there a way open adobe reader automatically in the background? I am refereing to the processes: acrotray.exe and acrobat.exe in the taskmanager. I dont want to open the real adobe acrobat window. The user shouldnt know that
|
| Background Thread Error Logging | 31 Mar 2005 20:31 GMT | 3 |
I'm running a long running process on a background thread in an ASP.NET application and not sure about how to get the path since the HttpContext.Current object is null. If there is no context, how does one get the path for the error log?
|
| What am I missing here from this function/control? | 31 Mar 2005 20:09 GMT | 2 |
I am populating a dropdown list from a DB Table and cannot get the list to populate! Can anyone see what I am missing? I am telling the dropdownlist to use 2 fields from the record set, then from the codebehind I am pushing the dataset to the dropdownlist.
|