Search

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

Matching Posts

  • Re: IIS

    Hey there HosamKamel.. im using Visual Web Developer 2005 Express Edition.. my question is why is using IIS important for Visual Web Developer 2005 Express Edition? i know that we can use file system..but i want to know the reason for using IIS instead.. thanks..
  • IIS

    why do we need IIS to create websites in Microsoft Visual Web Developer
  • Re: need help for gridview..!!

    Hey stevenlong Just to let you know currently im using session to pass the textbox value over to the next page.. i dont really know how i can incorporate session into your code..
    Posted to Data Presentation Controls (Forum) by mirainc on 8/11/2008
  • Re: need help with getting data not on label..

    hmm...the sample shows hw to bind data to label.. i know how to do that.. but now what i want is to insert the values which is not displayed on a label.. actually the value is not show in the page at all.. but the table that contains the value is on that page.. how can i access the value of that field and insert the value into another table? Here's an example.. [label1] = 061528L *Label1 is bound to AddressECC table and it is placed in that page.. So if i want to insert the value of label1 into
    Posted to Web Forms (Forum) by mirainc on 8/8/2008
  • Re: need help for gridview..!!

    Hey stevenlong my apologies.. its suppose to be textbox..
    Posted to Data Presentation Controls (Forum) by mirainc on 8/8/2008
  • need help with getting data not on label..

    Hey all.. I need this issue to be resolved asap.. Im designing a website where in 1 of the pages there are 3 SqlDataSource.. There is a button at the bottom of the page.. When the user enters the button, it suppose to save a few data.. But now on the page not every data in the table is shown in it.. How can i save in the table for those data which are not shown on a label on that page? This is the buttons code.. Protected Sub Button1_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles
    Posted to Web Forms (Forum) by mirainc on 8/8/2008
  • need help for gridview..!!

    i have a checkbox which i insert admin number.. when i click a button it will direct me to another page where the admin number is passed to the other page.. what i want to do is when i click the button , i want to save the admin number in another table.. so that i can view the information in a gridview..the another table have different fields.. the gridview is to show that i have issued the reminder letter to that particular admin num.. pls help ! i need it asap! in VB.NET please!
    Posted to Data Presentation Controls (Forum) by mirainc on 8/7/2008
  • Re: Opening a webpage in a pop up window..

    But how to pass the value in the button code below? I use querystring in the checkbox.. but how can implement in the button as well? CODE OF BUTTON THAT WILL OPEN THE POP UP WINDOW Protected Sub Button1_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles Button1.Click Page.ClientScript.RegisterStartupScript( Me .GetType(), "MyScript" , _ "function AlertHello() {window.open('http://localhost/Website_Amirah/Reminder letter/ReminderLetter(ECC-BULK).aspx','name'
    Posted to Web Forms (Forum) by mirainc on 8/7/2008
  • Re: open up a pop up window

    [quote user="etariq"] ''after the code for the rejester clinet script do this urbutton.Attributes.Add ( "onclick" , "AlertHello()" ); or u can add the script in the header of ur page and remove the RegisterStartupScript[/quote] The codes i gotten so far only directs me to that page.. Its not totally wrong just that i want the values from gridview to appear in that pop up window also.. I want the values to display on a label.. This is my codes so far This is the
    Posted to Client Side Web Development (Forum) by mirainc on 8/7/2008
  • Re: Opening a webpage in a pop up window..

    Hey dharmeshsoni Yes it can go to the reminder page.. But the values from the gridview are not passed when i select the checkbox..
    Posted to Web Forms (Forum) by mirainc on 8/7/2008
Page 1 of 16 (152 items) 1 2 3 4 5 Next > ... Last »