| Thread | Last Post | Replies |
|
| Wierd threading issues with WebBrowser control | 17 Aug 2005 20:19 GMT | 2 |
I don't understand what's going on in the following program. I believe it should simply create a form with a browser in it and navigate that browser to Google. However, the constructor for the WebBrowser is throwing a ThreadStateException saying ActiveX control
|
| how to convert to mixed case | 17 Aug 2005 19:48 GMT | 2 |
I have a string like "KRISHNA MURTHY" in the database when i retrieve from database it has to show "krishna Murthy" (the first letters must be capitals) in the field of datagrid of my asp.net application
|
| Self updating exe | 17 Aug 2005 19:07 GMT | 7 |
There's some articles about Smart Clients for .NET 2.0 but I am thinking of a simple method to have a smart client I am writing update itself. Question: 1) Say I create a web method that displays a version number
|
| Upgrading VS.NET Professional 2003 Special Edition to VS.NET 2005? | 17 Aug 2005 18:36 GMT | 1 |
Does anyone know if it will be possible to upgrade the Special Edition of VS.NET Pro 2003 to VS.NET 2005 when it comes out?
|
| Dotnet call in html - How to | 17 Aug 2005 18:35 GMT | 3 |
I create a function in dotnet. How can I call it in a Html page ?
|
| Convert PHP to ASP.NET | 17 Aug 2005 18:29 GMT | 1 |
I have a PHP project. i want that project to be converted to ASP.NET. is it possible. is there any tools to convert PHP to ASP.NET. If any one knows please give some brief discussion Thanx in advance Regards
|
| Detect Subforms | 17 Aug 2005 17:47 GMT | 2 |
I have a main form that can launch several subforms. Both the main form remains active when the subform is visible. I want to prevent the user from launching multiple copies of the subform. How can I do this?
|
| how to get the "step into stored procedure" option for remote SQL server ? | 17 Aug 2005 17:24 GMT | 1 |
Does anyone know how to make available the "step into stored procedure" option when connecting to a remote SQL server (on lan) using VS 2003 ? note - win xp pro
|
| Why don't my DomainUpDown controls behave correctly? | 17 Aug 2005 17:20 GMT | 1 |
I have used the DomainUpDown control in my UI to allow a user to switch units from KB to MB to GB. The initial text is set to MB. When the form presents and I click on the upper arrow of the spin portion of
|
| HttpWebRequest and Multi Threaded Apps | 17 Aug 2005 16:38 GMT | 4 |
Im in the process of writing a program that crawls a website. Im using the HttpWebRequest and HttpWebResponse classed to get content. To make my application more scalable, my application is multithreaded, with each thread making a different request.
|
| VB - Return Val from Frm as Function | 17 Aug 2005 15:41 GMT | 4 |
How can you return the value of a (sub)form to another form as a function? My sub form is a similar to a "file list" form. On my main form, it runs the subs and if can't find a file it calls the sub form for user input.
|
| limiting simultaniously executing threads | 17 Aug 2005 11:38 GMT | 3 |
I have a block of code. I don't want more than five threads to enter this block simultaneously... Some thing like this lock(MyObject)
|
| Really basic question about databinding | 17 Aug 2005 11:25 GMT | 2 |
I have followed one of the walkthroughs that shows a parameterised query populating some text boxes that are data bound to a data set. The full details are found at http://msdn.microsoft.com/library/default ...
|
| Clearing all textboxes | 17 Aug 2005 10:25 GMT | 2 |
I have a lot of textboxes on my form and a "Clear" button. Is there a way with a for loop or something to clear the textboxes, instead of writing textboxName.clear? Thanks a lot
|
| Using FindControl Method with PagerTemplate | 17 Aug 2005 08:28 GMT | 3 |
Briefly stated, my problem is accessing and 'setting' properties of a label control declared in the template of another control noting that the other control is an instance of the beta 2 DetailsView control which supports a PagingTemplate.
|