| Thread | Last Post | Replies |
|
| How Do I Set Up For Remote Development? | 24 May 2007 09:34 GMT | 2 |
I have VB.NET/ASP.NET 2.0/SQLExpress 2005. I have to leave for a conference this weekend and want to continue development from my hotel. All my boxes are at home and the domain is public via a local ISP.
|
| Geting Checkboxlist value in javascript | 24 May 2007 09:29 GMT | 14 |
hai.. am having a checkboxlist..now how do i get the value of the checkbox that is checked in checkboxlist using javascript? Thanks in advance....
|
| Post back using javascript | 24 May 2007 09:15 GMT | 2 |
I had a listbox, whose autoPostBAck property was set to true. So. if I was clicking on any item for the first time, it caused a successful post-back. However, if i clicked on the item subsequently, no post- back occured (because the index of the selected item did not change,
|
| Set Enabled to false for multiple web controls | 24 May 2007 09:13 GMT | 2 |
I have a usercontrol which contains multiple server controls like textbox, radiobutton..., I have a public field in the usercontrol "Enabled". What i want to do is when the usercontrol's "Enabled" is set to false, set all its child controls "Enabled" to false. I know i
|
| AJAX Help. | 24 May 2007 09:12 GMT | 2 |
I am new to AJAX technology. can anyone provide me some link using which i can lean AJAX?. Or give just overall idea about AJAX? any help will be truely appreciated.
|
| Custom webcontrol | 24 May 2007 09:06 GMT | 1 |
I use the infragistics tabcontrol on several pages of my application, that looks like this: <igtab:UltraWebTab ID="MyTabPage" runat="server"> <Tabs>
|
| HTML server control in .CS | 24 May 2007 08:35 GMT | 2 |
Can any one tell me how an html server control can be used in .CS
|
| : Become MCSD Certified | 24 May 2007 07:57 GMT | 1 |
Excellent material is available on MCSD examination for SQL Server 2000 (070-229) and Developing Windows Based Applications with Visual Basic.Net (070-306).A must read!!! http://www.it-techexperts.com/MCSD/MCSD.asp
|
| Setting value of user control from its containing page. | 24 May 2007 06:02 GMT | 2 |
I have created one user control where i want to do fragement caching. what i want is to set value of user control from its containing page. Can i do this? If so how to do this. Please help me asap.
|
| How to add dynamic block of textboxes. | 24 May 2007 04:46 GMT | 5 |
I have a group of textboxes ("firstname" and "lastname") and a 2 buttons ("remove this block" and "add a new block"). And onto the main form, I have button called "submit the form" and an initial block without the "remove this block" button
|
| Request.QueryString | 24 May 2007 03:33 GMT | 10 |
I am requesting a value from a query string as follows: Dim var As String = Request.QueryString("q").ToLower() However, I get an error when 'q' is not present in the query string. How can I prevent that?
|
| Reference to Virtual Root path not working | 24 May 2007 01:08 GMT | 6 |
Hi all.. In a VS2005 ASP.NET 2.0 website application I am using a regular HTML anchor (actually a number of them) in a page that produces Excel output because a server control is really not needed here. I am using a relative path in the
|
| Basic Mutlithreading Questions | 24 May 2007 00:30 GMT | 3 |
I've done a little multi-threading on winform apps some time ago now, so I'm not a complete beginner, but best assume I am for any explanations..: This is an asp.net 2.0 website, using c#: I have a thread whose job is to send several emails (i.e. a long task that
|
| code samples on MSDN don't make sense and not useful sometimes | 24 May 2007 00:22 GMT | 6 |
I was looking at this article at http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.webparts.iweb partfield(VS.80).aspx regarding IWebPartField Interface But the C# code is jsut incomplete arg !!!!!!!!!!!!!!!!!!!!!!
|
| It works but it's ok ? | 24 May 2007 00:16 GMT | 1 |
With asp.net 2, i have a detailsview and a dropdownlist : I have create a databound event with the detailsview that take a value in the detailsview (with Data.DataRowView) to select a default item in the dropdownlist....
|