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 / February 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
GridView Show Header08 Feb 2008 22:52 GMT4
I am using GridView in my web form and binding DataTable in code
behind file as given below.
gvUsersList.DataSource = dtUserList;
gvUsersList.DataBind();
FormsView08 Feb 2008 22:42 GMT1
I have a FormsView where I want to let the user edit user information for
their account. I have entered a adefault user with the name "username" so I
can fill an empty form.
For the old site I used Session cockies to save information about username
simple question08 Feb 2008 22:16 GMT4
I'm finally trying to use asp.net
I would appreciate any code sample on how to translate the following code
that opens an access database:
dim mydsn
Mystery: Validators don't always validate ? Can unrelated Javascript     stop them ?08 Feb 2008 21:34 GMT1
Hi. I'm struggling to understand what's happening here:
I have the following HTML:
<script language="javascript" type="text/javascript">
 function ShowConfirm1()
ActiveX File Upload08 Feb 2008 21:04 GMT5
Hello all,  I am thinking about writing my own ActiveX File upload control
in order to try and speed up files being uploaded / FTP'd to my webserver.
My first question is, will this make a difference in the speed of the files
being uploaded?  Second, does anyone have any pointers ...
Exec function from user control..08 Feb 2008 20:23 GMT3
   I'm using ASP.net 2.0 with C#.  I have a user control with 4 buttons on
it.  I want to execute a function on the main form's code behind page from
the click event of the user control button.  How do I do that?
Thanks.
Sending Mail from asp.net for Gmail ID08 Feb 2008 19:50 GMT9
Im trying to send mail from asp.net page to gmail account.
Im trying to do this with the help of below code, but cant archive
it.
MailMessage message = new MailMessage("xxx@gmal.com", "xxx@gmal.com",
Datagrid problem08 Feb 2008 19:03 GMT1
I have created a datagrid in visual studio using C#. The dock is set
to none. The datagrid has 4 rows initially and scrollbar is enabled.
when I scroll down after the 4 rows I can see an empty space. I have
handled this problem using scroll event, but when I add another row I
HTML question08 Feb 2008 18:52 GMT2
I have a status bar which I use javascript to update with progress.  I take
the duration of the event and calculate the % which is complete and then use
that as the width attribute for a <td>.  There are two <td>'s, the first for
the completed progress and the second to hold the ...
Button Color on focus08 Feb 2008 18:48 GMT3
I am making an ASP.NET page to run on a handheld scanner. The screen
is pretty small and when you use the tab button to move from button it
is hard to tell what button the tab index is on. Is there a way to
change the color of the button when that button was tabbed too?
WebClient, DownloadFile, OpenRead Does not retrive last modify file08 Feb 2008 18:46 GMT4
I am using...
WebClient Client = new WebClient ();
Client.DownloadFile(url, filename);
Or
Option for .NET version 3.5 not in IIS Manager?08 Feb 2008 18:45 GMT5
I am upgrading my web app from VS2005 to VS2008 (using VB). I opened the
project in VS2008 and selected the 3.5 version of NET framework. The project
compiles and runs fine on my Dev machine (which of course had the new
framework installed with VS 2008). I have noticed some ...
Recursive Find Control08 Feb 2008 17:40 GMT1
I need a recursive find control down the control tree.
I have created some code and also found a few examples online.
However, I am having some problem to decide which one to use because I
think if this code is not well done it can slow my web site.
stroing a string into xmlelement and vice versa08 Feb 2008 16:53 GMT1
this is a string
"<SXPServerGetObjectsResult><Objects><Task><District Key="258627584">NL
KPN</District></Task></Objects></SXPServerGetObjectsResult>"
i want to store this into a xmlelement variable for further processing
web site protection08 Feb 2008 15:42 GMT3
We're planning on a porting project from client-server to
browser-based. The client-server application has a
critical built-in security mechanism we'd like to bring
over to a web browser. It reads from a set of control
 
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.