| Thread | Last Post | Replies |
|
| How to detect return value from stored procedure used by a Details | 24 Dec 2006 17:54 GMT | 1 |
I have an asp.net 2.0 web site with a DetailsView control to select and insert data from database. I made the insert statement for that DetailsView by a stored procedure. I made some logic in the stored procedure so it returns a value in certain
|
| changing enableViewStateMac makes no difference | 24 Dec 2006 17:29 GMT | 1 |
hi there, i am busy coding a fix for Santa's package labelling system. i have come across some wierd behaviour with enableViewStateMac on this server. this web has a page a.aspx with a textbox and a submit button webform
|
| Web Developer Express vs. VB Express vs. Frontpage | 24 Dec 2006 16:32 GMT | 3 |
I've created a shareware product and need a website to sell it and tie into various payment services. Can someone explain the purpose of WDE, VBE and FP, and when you would use one over the other?
|
| CheckBox Outside DataList & Labels Inside DataList | 24 Dec 2006 14:28 GMT | 1 |
A ASPX page has a DataList control with a few Labels. This page also has a CheckBox which resides OUTSIDE the DataList. By default, this CheckBox is checked. If the CheckBox is checked, then the Labels existing in the DataList should be visible but if the CheckBox is
|
| ASP.NET themes suck | 24 Dec 2006 11:12 GMT | 6 |
I was going to ask a question, but I think I've answered it so now I am going to rant about how crappy ASP.NET themes are instead. As I've indicated above, my problem today is with themes. Per microsoft "Only one theme can be applied to each page. You cannot apply
|
| Visual Studio Service Pack 1 | 24 Dec 2006 07:13 GMT | 1 |
I haven't seen anyone mention it here yet so I thought it would be worth noting that MS has apparently released VS 2005 Service Pack 1. It's available at: http://www.microsoft.com/downloads/details.aspx?familyid=BB4A75AB-E2D4-4C96-B39D -37BAF6B5B1DC&displaylang=en
|
| ASP.Net 2.0 - Having problem with validation on deployed version | 24 Dec 2006 03:43 GMT | 1 |
I have Requierd Field validators with several controls on a form. The Requires Validation property on the fields are set to True. In Debug mode, the validators work as expected. If the fields are left blank, then the warning message is displayed
|
| Embeding html controls in Server Control | 23 Dec 2006 22:16 GMT | 2 |
I have some HTML snippets (with about 15 HTML controls) that needs to be embedded into my server control. I need these HTML controls on client side for some processing (JS). What is the best way to implement this?
|
| Why does my WebService not working ? | 23 Dec 2006 16:27 GMT | 3 |
I wrote a WebService : http://www.sharonhak.somee.com/SmsWebServiceRecevier.asmx but when trying to add the webRefernace to another applicate I Cant Do So !! why?
|
| maintaning extra user-specific data (profiles) | 23 Dec 2006 15:24 GMT | 1 |
I am learning .NET (3.0). I am writing ASP.NET application and I need to store some extra information (like default settings for each user. In web.config I added: <profile enabled="true">
|
| question about sorting field in gridview and ajax | 23 Dec 2006 15:16 GMT | 4 |
i read a lot of ajax stuff and i was asking myself this: when clicking on the fieldname in a gridview (sorting enabled), the whole database is sorted according to that field. Is the whole html- page refreshed when doing that or only the data in the
|
| Trying to use FindControl | 23 Dec 2006 14:46 GMT | 11 |
I am trying to get the text of an item in a GridView, but am doing something wrong. Can someone help me with the correct C# statement I need? Below is my GridView and my attempt to get the control. Thank you. string option =
|
| Dynamic TreeView loses PopulateOnDemand | 23 Dec 2006 13:02 GMT | 1 |
I'm working on a pagination control and I need to dynamically rerender a treeview to display the next set of nodes depending on which page we're on. For example, page 1 will dispaly only nodes 1 to 10, but when the user clicks [next], the tree will display nodes 11 to 20.
|
| Dynamically adding user controls, and then setting custom properties on those instances? | 23 Dec 2006 09:12 GMT | 6 |
I have made some user controls with custom properties. I can set those properties on instances of my user controls, and I have programmed my user control to do useful visual things in response to how those properties are set.
|
| Add Rotator SWF Problem | 23 Dec 2006 09:05 GMT | 2 |
Well I need your help about the Add Rotator. I want to set the Advertisement File property of the Add Rotator set to an XML File which contains info about the Adds. Now Problem is that it does not play the .swf files, but only .gif
|