| Thread | Last Post | Replies |
|
| Control ID In Javascript | 26 Jan 2007 20:30 GMT | 4 |
I'm having problems obtaining the client-side ID in my C# code. I've tried to access it through the ID, UniqueID and ClientID properties, and none of them show the entire ID. The rendered HTML is always ctl00_PageContent_PlaceHolder_.... while
|
| Image Src Question | 26 Jan 2007 20:30 GMT | 3 |
I have a folder in my web application folder that contains all of my images for my site. I also have a folder called transforms in my web application folder that holds my xsl files. My xsl files use images from my images folder and right now I have hard coded the url to the ...
|
| Windows service does not support Capturing Screen with GDI in vb.net | 26 Jan 2007 20:22 GMT | 1 |
I am trying to Caputre the screen in windows service with the GDI Api of Win32 in vb.net 1. CreateDc 2. CreateCompatibleDC
|
| I have an ajaxulation problem | 26 Jan 2007 19:45 GMT | 1 |
Why isn't the set of ajax samples in VB? honest to pete. I need a simple sample of ajaxulating into a drop down list can you help
|
| how do you prevent users from copying ctrl-c content from your textboxes | 26 Jan 2007 19:30 GMT | 6 |
how do you prevent users from copying ctrl-c content from your textboxes. I know how to do this with IE which is <body onSelectStart="return false;"> but does not work in Mozilla
|
| Exporting to multiple excel worksheets from asp.net? | 26 Jan 2007 19:21 GMT | 1 |
Hi, I'm using ASP.NET 1.1 and trying export a dataset with multiple datatables (each to it's own Excel worksheet.) I've successful bound a DataTable a DataGrid using the code below but I
|
| asp:RadioButton runat="server" - want to react to click event on client side | 26 Jan 2007 19:12 GMT | 5 |
I've wasted the whole day trying things and researching, but nothing is working. I would *greatly* appreciate if someone can give me the solution to this problem. I'm using the .NET Framework 2.0 in C# with a Master page and
|
| Visual Studio 2003 and Crystal Reports | 26 Jan 2007 18:56 GMT | 2 |
Howdy, I have a web application that is using Crystal Reports which get converted to PDF for viewing. Works great on the production server. I have since installing the app reloaded my development machine and now they don't
|
| Account that creates folders and files under Temporary Internet files | 26 Jan 2007 18:54 GMT | 5 |
Some how, some way the account that creates folders under Temporary Internet files has been changed to a domain account for VS 2003 and VS 2005. I recently installed VS 2005. All seemed to be ok afterwards. I did no development for a couple of weeks, came back and I kept
|
| Response.Redirect Hangs | 26 Jan 2007 18:41 GMT | 5 |
We have been running into some problems where using Response.Redirect causes the page to hang and it never actually redirects. Here's the scenario: User opens the page, selects an item from the drop down list and then clicks
|
| what cortrol(s) was used for this forums tree view? | 26 Jan 2007 18:33 GMT | 1 |
1. I need to create a simple forum with functionality similar to what is used here. However it needs to have the ability for a moderator to approve messages and it needs to be integrated with our current login functionality. 2. what was used to create this forum?
|
| Pass Sql Select result to a simple Label. | 26 Jan 2007 17:42 GMT | 3 |
I'm new and trying to learn. This is in VB.NET 2. I have a simple page with one Textbox1, one Label1 and one Button1. The on_click Button one goes and get's a simple data from the SQL db with the parameter from Textbox1. What do I add to this code below to say that Label1 ...
|
| DropDownList - SelectedIndexChanged doesn't fire | 26 Jan 2007 16:44 GMT | 7 |
I'm trying to learn ASP.NET and got a problem with DroDownList... SelectedIndexChanged doesn't fire. Maybe you'll be able to suggest something. I think it may be connected with the fact I fill this list dynamically.
|
| gridview add / insert button | 26 Jan 2007 16:06 GMT | 3 |
I know native gridview does not support this and/insert of new rows.. what's killing me is I use to have this code that worked around this but somehow I lost it. I recall suffering through it. Would anybody have a sample of this in vb.net?
|
| Applicaation_Start doesn't always fire ? | 26 Jan 2007 15:47 GMT | 7 |
Got a strange problem. In Application_Start, I just store the current date/time in an application variable to keep track of the last time the application started. To my surprise, I noticed in my error reporting log (that dumps various
|