| Thread | Last Post | Replies |
|
| I need a datatype conversion chart .NET to SQL | 30 Mar 2006 19:46 GMT | 1 |
I'm looking for a chart that shows the VB6 > .NET > SQL 2005 datatypes. E.g. VB6 .NET SQL2005 integer int16 smallint
|
| Preventing DataBind in a FormView | 30 Mar 2006 19:09 GMT | 5 |
I'm at a loss here... My FormView control automatically performs a databind at each postback on the server. But in some cases I don't want this to happen. Like when the business layer decides that some of the information in the controls cannot be
|
| ASP.net 1.1 writing to Application Log | 30 Mar 2006 19:06 GMT | 1 |
Hi. I need to start logging my application in the Windows Event Log. I found some sample code and it works from a Windows Form. So I put it into my asp.net application and initially had a problem that I found I just needed to create a registry key as outlined in this kb article:
|
| Dynamically add columns to a GridView control? | 30 Mar 2006 19:04 GMT | 1 |
What is required to dynamically add columns to a GridView control? Thanks, Keith
|
| Unit testing tools? | 30 Mar 2006 18:58 GMT | 7 |
Can anyone please suggest me a good unit testing tool. I have seen NUnit but not sure on how I can use it to test my methods which involve session variables, viewstate variables, textbox values. I understand that NUnit is more suitable for OO methods which take set of
|
| Problem with Eval() function inside a Template | 30 Mar 2006 18:46 GMT | 1 |
I have a HyperLink control inside a DataList's ItemTemplate: <asp:DataList ID="lstDatos" runat="server"> <ItemTemplate> <asp:HyperLink ID="lnkName" runat="server" CssClass="Link"
|
| Session sharing problem using Ctrl + N | 30 Mar 2006 18:41 GMT | 1 |
I am facing a very typical problem. I have a wizard like application, where user enters information by moving back & forth between the pages. At the end of wizard the data is submitted into database. I store the information entered by user on pages, in a session object and finally
|
| Binding two fields in the DataNavigateUrlFormatString | 30 Mar 2006 18:22 GMT | 7 |
I would like to bind the hyperlink column but I don't see how to. I tried somethink like this but instead of showing ID nummbers it shows "ID=ID" Any tip is very much appreciated.
|
| run web apps for two framework versions on one machine? | 30 Mar 2006 18:11 GMT | 2 |
Hi all asp.net experts Is it possible to have web applications working on framework 1.0 and 1.1 on the same machine? I have a web application which is compiled under 1.0 and thus must be
|
| losing selection from dropdownlist when paging | 30 Mar 2006 18:11 GMT | 3 |
I have a search textbox for entering search value. I use with OnCommand event in an ImageButton to set the SqlCommand string manually in the OnCommand method. When I click on a page number other than the first page the Gridview acts as
|
| .NET winform application. email function is pointed to the SMTP server of Linux. But it showns "Pickup" folder is not existed. | 30 Mar 2006 18:10 GMT | 1 |
Now I just finished my winform application. And a part of that is to send email reminder to the users. It's working fine in the server that with SMTP service in Windows 2003. But now the user wants to used the Linux server to send email messages.
|
| [Webform] Loading classes | 30 Mar 2006 17:42 GMT | 1 |
I would like to know if it's possible to load classes when IIS starts, or when the first internaut comes load the web application. I would like to automatically load objects in memory (singleton). How can i do that?
|
| asp.net 2.0 master page asp:menu bug | 30 Mar 2006 17:41 GMT | 7 |
Has anyone had a problem with putting a menu control into a master page in .net 2.0? I have a problem where if i just drop a menu control on a regular page the menu works fine, the submenus work perfect. But if I put that exact same code inside a master page, when i go to view one ...
|
| NullReference to Web Control in UserControl... please help! | 30 Mar 2006 17:34 GMT | 4 |
I have got a User Control that contains for the sake of argument, a single DataList control. eg. <asp:DataList id="DataListMain" runat="server" RepeatDirection="Horizontal"
|
| Multiple links to same page within a site map file | 30 Mar 2006 17:22 GMT | 1 |
I have a navigation a quite complex navigation structure and i want to have more than one way to navigate to the same page. It is a portal for a manufacturing company, one of the areas of the site is a raw materials management section, another is a packaging dept section. I ...
|