| Thread | Last Post | Replies |
|
| reader inside a reader | 07 Nov 2007 20:11 GMT | 5 |
Friends, Can I execute a Reader inside a Reader? Example: while (readerPerguntas.Read())
|
| Question: Referencing Formview label when no data is present | 07 Nov 2007 20:04 GMT | 1 |
I have a FormView control, "fvDeposits", which has 1 databound label in it, called "MyTotal". If the label is blank/no data this line of code gets the error "Run-time exception thrown : System.ArgumentNullException - Object cannot be null"
|
| Populating a checkboxlist | 07 Nov 2007 19:45 GMT | 2 |
I am able to populate the checkboxlist but need some assistance in coding my checkboxlist1_selectedIndexChanged code behind page. Here's my stored procedure CREATE Procedure GetClassID
|
| Forced user logout in 2.0 | 07 Nov 2007 19:43 GMT | 3 |
I want to perform the same action the the loginstatus control does to logout a user programatically, but I can't seem to find a 'logout' method in any of the membership classes. The user gets authenticated using the login control and the build-in
|
| Looping through the CookieContainer | 07 Nov 2007 19:38 GMT | 4 |
Does anyone know how to loop through the CookieContainer to see each individual cookie item? Or is the CookieContainer just one variable with all the cookies in it? TIA.
|
| What is using? | 07 Nov 2007 19:05 GMT | 3 |
using (OleDbConnection connection = new OleDbConnection(ConfigurationManager.ConnectionStrings["Access"].ConnectionString)) { using (OleDbCommand command = new OleDbCommand(strSQL, connection))
|
| Question about VS 2005 and Creating Web Site | 07 Nov 2007 18:08 GMT | 1 |
When I use VS 2005 Pro I have the following happen: 1: File / New Project I get two "installed" templates ASP.NET web application and ASP.NET web service
|
| Get Data from SQL | 07 Nov 2007 17:51 GMT | 2 |
Friends, How can I get a Information of a sql database table to use in code? Example: I have a table in SQL with columns (ID and Name). How can I get the
|
| HTML Code embedded within HTML Page as Text | 07 Nov 2007 17:32 GMT | 5 |
I know this is a somewhat rudimentary question but... I want to display HTML code on an HTML page but I want the code to display as text. In other words, I want the code not to be rendered as HTML on the HTML page, but rather have it rendered as simple text.
|
| Link in BulletedList from Code | 07 Nov 2007 16:33 GMT | 3 |
I have a master page that contains a BulletedList. <asp:BulletedList runat="server" id="mainmenu" CssClass="nav"> </asp:BulletedList> In my page's Load event, I'm populating the bulleted list based on the role
|
| Image adding border-width:0; when I do not specify the BorderWidth property | 07 Nov 2007 16:30 GMT | 1 |
I have an Image control that uses the CssClass property to access a stylesheet I am using. When I do not specify the BorderWidth property of the Image control, it adds border-width:0; without me specifying it. Because the style attribute overrides the class attribute in HTML (or ...
|
| ASP page | 07 Nov 2007 15:56 GMT | 4 |
I must be doing something wrong... Using VS2005... Just started to play with web pages... I drop a label onto the page in Design mode, but I cannot drag it where I
|
| popup window: Return value to correct text box? | 07 Nov 2007 15:26 GMT | 4 |
Hi! I have two text boxes and two image buttons. When I click image button 1 or 2 the same popup window is displayed (using 'window.open' method). When I click image button 1 the returning data from the popup window is placed in text box 1 on the parent form. When I click
|
| Decimal problem | 07 Nov 2007 14:10 GMT | 2 |
ASP.NET 2.0 I'm created a webpage which displays money information. I mean it displays amount of money like this: 23
|
| javascript to call on MasterPage onload | 07 Nov 2007 13:27 GMT | 4 |
I have a javascript function that i want to call masterpage load method called. I cant add onLoad event of body or table in master page. I have put the call to script function in <form>, it works on every
|