Browse by Tags

Related Posts

  • Re: Navigating to a new aspx page and passing info to an embedded control

    If you want to pass a value to another page use this: Response.Redirect( "yourPage.aspx?passedValue=" + strValueYouWanttoPass); Then in the PageLoad of yourPage.aspx read in the value that is being passed: if (!IsPostBack) { string passedValue = Request.QueryString[ "passedValue"...
    Posted to Getting Started (Forum) by tompy_nation on 03-03-2008, 12:00 AM
    Filed under: general
  • Broswe my project in LAn contained system

    Hi i have general doubt, Number of systems connected in one work group, If they give the system name and project name the project is working in other system, Example:System name is ravi and the projectname is webapp1 So if another system guy give http://ravi/webapp1 then the project is working on that...
    Posted to Getting Started (Forum) by ManickMagesh on 12-22-2007, 12:00 AM
    Filed under: web, web application, ASP.net 1.1, cross-browser, IIS web sites, localhost, asp 1.1.net internet explorer 7, local machine, general, "asp.net 1.1", configuration error, learn before asp.net
  • Re: GridView RowDeleting event fires twice ! (My Solution)

    I have a solution to this issue that is probably the cleanest I have seen. I will allow you to make the fewest changes to your code and continue using the RowDeleting and RowDeleted events for the GridView. Currently when you build a command field for a delete button it will look something like this...
    Posted to Data Presentation Controls (Forum) by Mimix on 06-19-2007, 12:00 AM
    Filed under: rowdatabound gridview, asp.net 2.0 detailsview findcontrol template, ASP.net 2.0 GridView, event, event double firing, events, GridView delete update, gridview rowdeleting, Gridview_rowdatabound, gridview rowdeleted, general
  • General network error. Check your network documentation

    Hi, We have a written a error log in Global.asax. which capture below mentioned error in the prodcution server. Same applications is working fine in some locations and some loactions we are getting the error.Any body knows why this error is occurs.Any body knows why this error is occurs. Error Message...
    Posted to Getting Started (Forum) by vijay_A on 04-29-2007, 12:00 AM
    Filed under: "asp.net 1.1", NetworkStream, SQL, SqlDataReader, .NET 1.1, general, General Data Access reader dataset datareader idatareader dataview datatable datagrid datalist repeater, SQL Server 2000
  • How the ASP.NET code is compiled

    I am new to ASP.NET. I am from VB 6.0 background. I want to learn from my friends that what happens behind the scene when the ASP.NET is compiled. I mean to say from the moment I press F5 to untill the page is displayed in the browser. What I know about it is that it is a process that involves partial...
    Posted to Getting Started (Forum) by Sunil K on 04-24-2007, 12:00 AM
    Filed under: general
  • ASP.NET 2.0 dinamic sites with web based admin

    Hello! What's the best, faster way to create a dinamic website, with an web admin page? Is there a tutorial, guideline or manual to do it? Here's the idea of the project: I received a proposal to do a magazine web site, and my client wants a web based admin, so the news could be put up by it. I have...
    Posted to Getting Started (Forum) by fabioss5 on 03-20-2007, 12:00 AM
    Filed under: news publishing, SQL, web application, asp.net, login, general
  • Limiting access when using input type="file"

    I want to use the file upload object to navigate folders and select a file, but I do not want the user to be able to do any of the right click things like "edit" or "properties" or etc. which are available from the browsing dialog. Is there some way to limit their allowed actions only to selection of...
    Posted to Getting Started (Forum) by Dan Brown on 02-16-2007, 12:00 AM
    Filed under: file manipulation, File Upload, form input, general
  • Report formatting

    Hello gurus, I've created a simple report using the report viewer, which to my great joy actually works as it should.(a rare event for me) It gets it's data from an Access database, and many of the fields are boolean. In the report they are displaying as TRUE of FALSE, which is correct, if a little messy...
    Posted to Getting Started (Forum) by wibblet on 02-01-2007, 12:00 AM
    Filed under: asp.net 2.0, asp.net.c#, database, display, Getting Started, general
  • search text and show results in gridview

    Hi, I'm relatevely new to ASP.net and wanted to know how to do this: Here's the situtation: 1. I have a textarea in my page, where the user submits some text (tab separated) 2. I want ASP to search for each word the user submits with a SQL query. 3. Then the Gridview must be able to show the results...
    Posted to Data Presentation Controls (Forum) by wieland.kublun on 01-12-2007, 12:00 AM
    Filed under: problem, rows, sql, stored procedure, string, databind, gridView searching, general, GridView, GridView asp.net
  • Create Search page in asp.net

    Hi guys!!! I am back here after long time. Hope to get the same response as before.. I am creating a search page for my website pages(basically text search on my whole website.). I dont know where to start from. As per one of my friend, he suggested to use the sqldatabase for this idea. I mean to create...
    Posted to Data Presentation Controls (Forum) by BhaveshPatel on 12-19-2006, 12:00 AM
    Filed under: general
Page 1 of 2 (19 items) 1 2 Next >