Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / November 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
reader inside a reader07 Nov 2007 20:11 GMT5
Friends,
Can I execute a Reader inside a Reader?
Example:
while (readerPerguntas.Read())
Question: Referencing Formview label when no data is present07 Nov 2007 20:04 GMT1
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 checkboxlist07 Nov 2007 19:45 GMT2
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.007 Nov 2007 19:43 GMT3
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 CookieContainer07 Nov 2007 19:38 GMT4
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 GMT3
using (OleDbConnection connection = new
OleDbConnection(ConfigurationManager.ConnectionStrings["Access"].ConnectionString))
{
  using (OleDbCommand command = new OleDbCommand(strSQL, connection))
Question about VS 2005 and Creating Web Site07 Nov 2007 18:08 GMT1
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 SQL07 Nov 2007 17:51 GMT2
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 Text07 Nov 2007 17:32 GMT5
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 Code07 Nov 2007 16:33 GMT3
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 property07 Nov 2007 16:30 GMT1
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 page07 Nov 2007 15:56 GMT4
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 GMT4
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 problem07 Nov 2007 14:10 GMT2
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 onload07 Nov 2007 13:27 GMT4
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.