| Thread | Last Post | Replies |
|
| Using ParseControl and Subsequently Getting Specific Control Type | 23 May 2008 20:20 GMT | 1 |
Using .NET 3.5, I'm wondering how to get a control's specific type (e.g,. "Button" and not simply "Control") after the control is inserted into a control hierarchy - when ParseControl is used. For example, I have the following code:
|
| Figuring out why a dropdownlist is considered empty | 23 May 2008 19:43 GMT | 2 |
Is there a more error proof way of deciding when to try: Dim li As ListItem li = Me.cmbSPEC.Items.FindByValue(Session("ssSpec")) If li IsNot Nothing Then
|
| Playing an audio file in our site??? | 23 May 2008 19:22 GMT | 1 |
Hi,All... I found in one of the articles on the net that an audio file can be played in asp.net by setting the Hyperlink's Navigate Url as the audio file name. ie, Hyperlink1.NavigateUrl="~\\songs\\mysong.wav";
|
| "External component has thrown an exception" build error | 23 May 2008 17:31 GMT | 2 |
I just created a new Web site solution. I added a new folder called 'Admin'. Then I created a new web form in the folder. Without making any changes to the web form, when I try to build the project I get the error. The web form looks fine. When I remove it from the 'Admin' ...
|
| ClientScript.RegisterStartScript exexuting on page reload | 23 May 2008 17:29 GMT | 6 |
Greetings all - I am working on a vb .NET asp web application. I have a button that opens a new page when clicked. It works fine; the problem is when the user refreshes the original page, the script executes again even
|
| Keeping an object from being recreated and added to Session on page load/postback | 23 May 2008 16:19 GMT | 2 |
I have the following code inside a page_load event: DataSet Store = new DataSet(); Session["Store"]=Store; Every time the page loads, refreshes or the wizard flips from 1 wizardstep
|
| configuration error (website using Telerik Rad controls) | 23 May 2008 15:23 GMT | 3 |
I created a 3.5 ASP.NET website using Teleriks Rad Controls. It works fine locally, but when I deploy it to the server I get a "Configuration Error". I am "renting" space on the server so I don't have access to the GAC, or to install applications, etc...
|
| ERROR - Could not load file or assembly 'Microsoft.JScript... | 23 May 2008 15:09 GMT | 2 |
Please help me!!! Im not using this assembly!!!! And I never have referenced it in my code!!! Why Im getting this error?
|
| Detecting browser | 23 May 2008 14:35 GMT | 3 |
I have problem with ASP.NET in C# language. I prepare two files of css style, one for ie ,second for firefox I want to set css style file depends on browser type I know how pull out info about sort of browser from browser (using
|
| Programmatically populate a GridView | 23 May 2008 14:07 GMT | 2 |
I am trying to populate a GridView with data being read from a call to a web service. I have seen plenty of examples that simply execute a SQL data reader, set the Grid data source to the reader, and then call DataBind(), but I cannot seem to figure out how to build the GridView ...
|
| Keydown event problem when enter key is pressed | 23 May 2008 13:20 GMT | 1 |
I am loading the user control on the web page. In the user control i have added the key down event, when enter key is pressed i am displaying some message. When I run the user control independently it is working fine. But when the user control is loaded on the web
|
| Calling old C DLL for ASP.NET Web Service | 23 May 2008 12:16 GMT | 7 |
I need to call an old C DLL from my Web Service. This in itself is fine and I am able to do this no problem. My issue is that I need to call the DLL thousands of times, and it has memory leak and memory corruption problems, so after a while it dies with a memory corruption
|
| Problem in deploying asp.net application | 23 May 2008 07:12 GMT | 2 |
HI I have developed a Web application in vs 2005 whish using . net framework 2.0 ,then i send my application folder to sever team to get it deployed.
|
| Items in a dropdownlist control | 23 May 2008 06:04 GMT | 1 |
I have a dropdownlist of width 100px in a webform. When I hit the control, I gets the list of items that I populated in a pageload. My problem is that the items in my dropdown are more in length then a
|
| Unable to cast object of type x to x with the WebConfigurationMana | 23 May 2008 04:29 GMT | 1 |
Using VS2008 in a C# web service application, a class has been created that inherits from the ConfigurationSelection. This class file has been placed in the App_Code folder. The web.config has been updated with the necessary section.
|