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 / December 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Public struct in usercontrol, can't reach items05 Dec 2006 09:49 GMT1
I have a simple struct with two *public* int vars
I can obtain the definition of the struct from the main aspx page but not
the int's !
They don't show in the IDE and fails to run.
CheckBoxes in DataGrid05 Dec 2006 09:48 GMT7
The first column of a DataGrid has a CheckBox for all the rows. I want
that when users check a CheckBox, the BackColor of that entire row in
the DataGrid should change to a different color. To implement this, if
I am not mistaken, I HAVE TO post the Form first i.e. set the
browser BACK button doesn't tigger the page_load event of asp.net05 Dec 2006 09:43 GMT1
Logout question
I use a session to store the login information, say Session("Login") = success
and use page_load to test the session("Login") success or not
say If Session("Login") <> success then response.redirect("LoginPage.aspx")
Client to IIS to SQL Server05 Dec 2006 09:01 GMT1
I am completely stumped and hopefully someone will be able to give me
some guidance.
Here's our problem:
We are getting an 'NT AUTHORITY\ANONYMOUS LOGON' error randomly when
Keeping Values of a Form05 Dec 2006 08:24 GMT2
I'm switching between Webpages using "Server.Transfer()" in a buttons Called
"Continue >>" and "<< Back", but when going back to the previous form the
values in the textboxes are lost !! How can I keep them without using
Sessions?
Preserve linebreaks in multiline textbox05 Dec 2006 06:07 GMT3
Hi, I have a multi-line textbox where a person can enter information
and this information is then emailed to a person.
How do I preserve linefeeds from both the textbox and then use them in
the email given that the email is going to be in plain text format??
Wroking with Active directory05 Dec 2006 05:42 GMT1
I'm working with active directory and I've used:
directorysearcher search =new...;
search.propertiesToLoad.Add("cn");
That give me the user name. now if I'm also getting the "memberof"
Fill Dataset05 Dec 2006 04:36 GMT1
I know this is a basic question but I am having a problem.
I am using System.Data.Common and I created a command.
1      ...
2      Dim command As DbCommand = dbProvider.CreateCommand()
Visual Studio .NET 2005 reports false error05 Dec 2006 03:51 GMT4
I'm using Visual Studio .NET 2005 with a C# Web Application project.  I
have an ASPX page that uses a MasterPage file for a general site
layout.  That works just fine, but when I run a compile of the ASPX
page (say default.aspx) with something like:
set usercontrol value05 Dec 2006 03:50 GMT4
I have a dropdown on my page and I want to define what should be selected in
the drop down when the page loads. I have a session variable I'm setting to
do this.
I can get the selected value and selectedItem.Text from the user control
How to create DataSet schema with Parent table containing child table05 Dec 2006 03:18 GMT1
I have a requirement where I need to create a dataset that consists of
a table inside a table ( a child table inside a parent table). I am not
really familiar with the data relations and not sure how to represent
this relation.
pass data from page to page05 Dec 2006 02:25 GMT4
Is there a way to pass data from page to page without the use of a Session
Variable or queryString?
I need to pass drop down box selections from page to page and have the drop
downs on the page be the same as they were on the page the user is coming
Can a UserControl perform some action on the hosting page codebehind?05 Dec 2006 01:49 GMT10
I have a UserControl with a couple of textboxes and a couple of buttons
("Save" and "Cancel"). The Click event for this buttons is in the
UserControl's codebehind of course, so here's my question.
Once the UserControl is dropped onto the container page, how can I perform
Combining ASP and ASP.NET projects together05 Dec 2006 01:23 GMT2
I have several bigger applications programmed with the old ASP (vbscript). A
lot of data is stored in the session object.
Now I have to extend the application with new functionality (-> complete new
part). My idea is to develop the new part in ASP.NET (C#) and leave the old
Utility to create a user documentation of web project05 Dec 2006 00:28 GMT1
On the web you can find a lot of tools to document .NET classes and other
internal (technical) stuff. For windows application there are come other
tools to automaticaly capture screenshots and insert them into a
"documentation framework".
 
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.