| Thread | Last Post | Replies |
|
| Search Engine for Web Site suggestions? | 05 Jun 2008 22:46 GMT | 3 |
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 example | 05 Jun 2008 21:06 GMT | 4 |
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 GMT | 11 |
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 off | 05 Jun 2008 19:06 GMT | 1 |
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 webform | 05 Jun 2008 17:30 GMT | 5 |
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 GMT | 3 |
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 GMT | 4 |
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 GMT | 3 |
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+ winforms | 05 Jun 2008 13:23 GMT | 1 |
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 GMT | 2 |
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 Bind | 05 Jun 2008 12:01 GMT | 2 |
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 file | 05 Jun 2008 11:35 GMT | 2 |
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 GMT | 4 |
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 membership | 05 Jun 2008 10:36 GMT | 1 |
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 File | 05 Jun 2008 10:03 GMT | 2 |
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 ...
|