Search

You searched for the word(s): userid:713509

Matching Posts

  • Re: Calling a method!

    Hey My code is written in C# and the Website is about booking hotel,So in first page the user chooses the relevant info about his booking and he presses the booking tab to navigate to second page,so in second page he wants to see the infornation that he had added before and submit it,so while I want to show the methods which is in the first page,in second page I got thsi problem how to call the method? Thankssssss again!
    Posted to Web Forms (Forum) by maryam_ms1985 on 11/24/2007
  • Calling a method!

    Hey Dear Developers, When you have two different asp.net pages,how can we call a method which is in page one in the second page?I mean If we have Method1() in first page ,How we can call Method1() in the second page? Thanks all in advance.
    Posted to Web Forms (Forum) by maryam_ms1985 on 11/24/2007
  • Re: Retrieve Data

    Hey :( Do u mean like this: public partial class _Default : System.Web.UI. Page { private string connectionString = WebConfigurationManager .ConnectionStrings[ "AgendadatbaseConnectionString" ].ConnectionString; protected void Page_Load( object sender, EventArgs e) { } protected void DropDownList1_SelectedIndexChanged( object sender, EventArgs e) { ResultLable.Text = DropDownList1.SelectedItem.Value + " " + "has" ; } protected void Button1_Click( object sender, EventArgs
    Posted to Getting Started (Forum) by maryam_ms1985 on 10/8/2007
  • Re: Retrieve Data

    I have done the same as you said Remove the Id and make the name field as primary key but I didnt get this part: Select * from table where name="WHATEVER IS SELECTED" Thanks, Maryam
    Posted to Getting Started (Forum) by maryam_ms1985 on 10/8/2007
  • Re: Retrieve Data

    Tnx for reply, But whats the usage???I want to retriev data from database and show the correspinding name whith his/her telephone!!!
    Posted to Getting Started (Forum) by maryam_ms1985 on 10/5/2007
  • Re: Retrieve Data

    Its not so much effort till now but here is thec ode: <% @ Page Language ="C#" AutoEventWireup ="true" CodeFile ="Default.aspx.cs" Inherits ="_Default" %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> < html xmlns ="http://www.w3.org/1999/xhtml" > < head runat ="server"> < title > Untitled Page </ title > <
    Posted to Getting Started (Forum) by maryam_ms1985 on 10/4/2007
  • Re: Retrieve Data

    the ID is primary key ,I think I have usee some objects of sqlcommand sqlDataReader but I dont know how??
    Posted to Getting Started (Forum) by maryam_ms1985 on 10/4/2007
  • Retrieve Data

    Hello, There is a gridview which contains the infomartion for different persons such as name,lastname,...,Phone number,also beside that a dropdownlist shows the name of the persons from databse and it also shows selected person's name in a label I also want to show the phonenumber of selected person in a label but I wonder how to retreive the data from databse and match it with the selected name that has chosen from dropdownlist . Can anyone help me whith that?
    Posted to Getting Started (Forum) by maryam_ms1985 on 10/4/2007
  • Re: Categorize Directory

    Yes, Can you check this site please: http://imar.spaanjaars.com/QuickDocId.aspx?quickdoc=414 I mean like here I stored my files in a databse and now I want to categorize them,like all the filess that was related to Math put in afolder of Math,and also all the Chemistry files go to the folder chmistry,soooo I dont know how show the folders on the ASP pages and how to move all the files to the categoriies!!!!
    Posted to Web Forms (Forum) by maryam_ms1985 on 9/25/2007
  • Re: Categorize Directory

    Thanks for your reply, But Actually It was not the thing that I want ,as I have mentioned I have so many unsorted files which it is stored in one database table and it is shown in a gridview control but now I want to sort them like all files that is related to topic 1 go to folder 1 and so on,I dont know how to do that instead of showing in gridview,put each one in some different folders. Can you help me with that please?
    Posted to Web Forms (Forum) by maryam_ms1985 on 9/25/2007
Page 1 of 6 (56 items) 1 2 3 4 5 Next > ... Last »