| Thread | Last Post | Replies |
|
| Using colum name to get data from a datareader in C# | 03 Sep 2007 22:19 GMT | 6 |
Well, that about the whole question. I'm trying to convert from VB to C#, and so far I have figured out most of the issues. But I haven't found a way to retrieve the column data from a datareader
|
| Forms based authentication provider | 03 Sep 2007 22:17 GMT | 3 |
Is there a way to make a SQL 2005 server the provider for the user and roles database for form based authentication? Maybe I am going about this the wrong way? I want to have more control over the process so I figure it would be
|
| Doubt template | 03 Sep 2007 21:53 GMT | 1 |
Hi, inside a template field, ItemTemplate, on a GridView, I have a combobox, but how can I fill it only on first time before filling the gridview rows? Im usvig VS 2005 asp.net 2.0 C#?? Thanks
|
| RadioButtonList | 03 Sep 2007 21:37 GMT | 1 |
Hi, I have a RadioButtonList and I need to do some verifications on a "OnChange" event on client... because on classic asp/html I just add a onChange event on input type=radio, etc... How can it be done on RadioButtonList server component on asp.net 2.0 C# VS 2005 ?
|
| Calling function in a child window from main parent window | 03 Sep 2007 20:22 GMT | 2 |
I am opening a child window from parent using window.open, but on refreshing the parent the reference of the child is lost. Is there any way to save the reference of the child in the parent after refresh.
|
| Avoiding postback on upload control when another button is clicked | 03 Sep 2007 20:18 GMT | 1 |
Got a quick problem, hoping someone can help me out here. Using an Upload Control. If a file to upload is specified and another form action is committed (i.e. btnBack) then the upload control will still post the file but not call the event.
|
| GridControl question | 03 Sep 2007 16:19 GMT | 4 |
I am progressing rapidly olong my learning curve and now have a question about GridView. With the control, I now pull back data and have as part of my spec: <asp:boundfield DataField="propertyStreet" HeaderText="propertyStreet"
|
| Personal Web Starter Kit - Installation Question | 03 Sep 2007 14:38 GMT | 3 |
I have downloaded the personal web starter kit for asp.net 2.0, it puts the zip file in My Documents\Visual Studio 2005\Templates\ProjectTemplates\Visual Web Developer\VisualBasic
|
| Web Layout | 03 Sep 2007 14:27 GMT | 4 |
I am new to web programming using ASP.NET 2.0. I have tried to build a website which I design using TABLE TAG and also PANEL (ASP:PANEL) The problem is, when I display or access web using IE, everything looks
|
| Can someone help me (a Newbie)? | 03 Sep 2007 14:20 GMT | 3 |
I was hoping to get some answers to my previous post where I asked: 1 - How do I specify the style sheet? The CssClass value is not defined is the message I get. 2 - It doesn't recognize <embed>. I have a Flash stuff at the top.
|
| Email an image | 03 Sep 2007 13:10 GMT | 3 |
I sent an email with an embedded image, but when I view the email, the message is grayed. I'm unsure if it is my email provider that is blocking it. Here is the mark up message.IsBodyHtml = true;
|
| Cascading Style Sheets | 03 Sep 2007 12:41 GMT | 6 |
Can anyone suggest the appropriate newsgroup to provide assistance with any CSS issues? PWS
|
| Dynamically created control disappears after postback. | 03 Sep 2007 11:51 GMT | 1 |
I am creating some web user controls dynamically Using LoadControl("ABC.ascx") My user control contains 2 drop down list, 2nd one is loaded based on the selection in the 1st one.
|
| Web deployment project - config section replacement files | 03 Sep 2007 10:04 GMT | 3 |
I've added a web deployment project and want to use the config section replacement but I'm obviously not understanding something. I have set up an alternate appSettings file, test.appSettings.config, and when I build the appSettings are correctly overridden, but I also end up with ...
|
| Function without an 'As' clause; return type of Object assumed | 03 Sep 2007 09:15 GMT | 3 |
We have a very large web project, during migration from VS 2003 to VS 2005, I'm getting hundreds of warnings: "Function without an 'As' clause; return type of Object assumed." I know this is not the proper way of coding, but when you inherit code from earlier
|