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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Search Engine for Web Site suggestions?05 Jun 2008 22:46 GMT3
I'm in need of a cheap, windows-based web site indexer/search engine that,
ideally, has some .net integration and/or can sit along side of an asp.net
web site fairly easily.
We've used DTSearch in the past, but found the Asp.net support/documentation
simple async post back example05 Jun 2008 21:06 GMT4
I need to do a simple asych post back to validate that an id is unique. I do
not want to post back the entire page for this, but i want to make this part
of the clientside validators.
1. i already have a custom validator that checks for a correctly formatted
set focus (Javascript)05 Jun 2008 19:24 GMT11
I'm trying to simply set the focus of "txtUserName" upon opening this
login form. I put in some Javascript but it is not working. Any
ideas?   Thanks!
<%@ Page Language="vb" AutoEventWireup="false"
Retrieving GridView.Rows[x].Cells[y].text when cell ReadOnly is     turned off05 Jun 2008 19:06 GMT1
I have an editible GridView that I can read the contents of each cell
of the edit row as follows:
   int iEditIndex = GridView2.EditIndex;
   string strName = GridView2.Rows[iEditIndex].Cells[2].Text;
Create an instance of one webform on another webform05 Jun 2008 17:30 GMT5
Hi I have start web form and when the user clicks a button (server.transfer)
they are directed to the second webform.  I was wondering if there is a way
to create an instance of the first webform on the second webform?  I have a
base webform class that both webforms inherit
Can a 'bookmark' link be put in an asp.net page?05 Jun 2008 17:06 GMT3
In html I learned that you could have a tag such as:
<a name="go_here">
Then, if you linked to the page, as follows <a
href="MyPage.htm#go_here">
AjaxControlToolkit - Can't run the sample!05 Jun 2008 16:52 GMT4
I've been having a few issues using features from the AjaxControlToolkit,
but have reverted to simply trying to sun the SampleWebSite on my server -
and I can't even get that to work!
The server's running asp.net 3.5 framework, and the toolkit is the latest
What is Wizard.WizardContentTable?05 Jun 2008 13:28 GMT3
When I do this line of code at the top of a page:
Response.Write(CreateContractWizard.Controls(0).ToString())
I get this line in the page:
System.Web.UI.Wizard+WizardContentTable
load data to remote system using sqlldr+ winforms05 Jun 2008 13:23 GMT1
Is it possible to load data from client system to server system using
sqlldr command, i am trying to load nothing seems to be working for
me... any help would be helpful
Dataset objects with c#05 Jun 2008 13:04 GMT2
   I'm trying to figure out how to use C# to invoke the update method in a
dataset's dataadapter.  I added a dataset object dsFacilities.  Then I added
a data adapter daFacilities.  During the creation of the data adapter, I
specified four stored procedures spAdd, spSelect, ...
Can't Figure Out How To Sort On Bind05 Jun 2008 12:01 GMT2
I am returning to an old bit of code in our program and need to figure
out how to sort
my columns on bind. I am sorting on Date (mostly) and some other
values.
Add Web Reference to a single aspx file05 Jun 2008 11:35 GMT2
I have a single aspx file that I want to use some Web Services located
in "http://ip:port/WebService" but I don't know what to do to
accomplishe that...
Can someone tell me the milagrous line code??
Question about ~05 Jun 2008 11:10 GMT4
Can someone tell me where the following tag should be pointing to?
<asp:Image runat="server" ImageUrl="~/images/logo.gif" />
It renders in IE and FF as
<img src="images/logo.gif" ....>
Put user in session using membership05 Jun 2008 10:36 GMT1
I'm using a provider(Custom Membership), which uses WCF services to
validate the user. Also implement the method GetUser.
In my aspx page of the website used a Login control, and in the web.config I
configured nodes membership using my class CustomMembership.
Strange Update Panel Error in Resource File05 Jun 2008 10:03 GMT2
I have successfully created a well functioning stand-alone ASPX page written
in VB using VS 2008 and the 3.5 framework. It uses an UpdatePanel with 5
controls inside the ContentTemplate and works as expected.
However. when I place essentailly the same code in the Content area of a ...
 
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.