Search

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

Matching Posts

  • Re: how to put image here

    [quote user="Mikesdotnetting"]Images are unnecessary usually.[/quote] A picture is worth a thousand words!!, i think creators of this application should take up the task of allowing to upload images from local machine. someone take this as a change request plz...
    Posted to Feedback on this website (Forum) by shikha_3i on 7/17/2009
  • how to put image here

    if i've a problem, and i want to put it on this forum and try to show my problem by way of an image, how do i do that, i mean , how to put images while posting a question. the insert image button here asks for a URL how to upload image from my machine.
    Posted to Feedback on this website (Forum) by shikha_3i on 7/3/2009
  • Regarding states

    hi i want a full described examples of session,hidden fields,query Strings,and view state my program is not running ....please dnt give me link i want a full examples thanks
    Posted to State Management (Forum) by shikha_3i on 5/25/2009
  • Regarding States

    hi, how to use session,hidden fields ,viewstate,querystring... please let me know with examples... thanks,
    Posted to State Management (Forum) by shikha_3i on 5/20/2009
  • Regarding Currentculture and CurrentUIculture

    hi, i dnt understand exactly what is localization,internationalization,globalization. please let me know and why we use current culture and currentUICulture what is that and diffrences, thanks
    Posted to Localization (Forum) by shikha_3i on 5/20/2009
  • Ragarding stored procedure with data set

    hi, i want to use Stored Procedure.. through Dataset and Data Reader ... Please give me examples with queries..
  • DataSet related Question

    hi, i am trying to bind dataset with dataList Using XML data ... But it's not showing data the code is DataSet thisDataSet = new DataSet(); thisDataSet.ReadXml( "XMLFile.xml" ); DataList1.DataSource = thisDataSet; DataList1.DataBind();
    Posted to XML and XmlDataSource Control (Forum) by shikha_3i on 5/19/2009
  • Re: simple radiobuttonlist problem

    [quote user="vinz"]Are you trying to pre-select an items in the RBL based from the value in the Database? [/quote] yes, the conclusion is that if 5 radiobuttons are going to be there in the RBL i want 3 checked and 2 unchecked, coz the underlying dataitem (DATASOURCE of RBL) has say 3 1s and 2 0s. hope its clear now. for more clarity plz see http://forums.asp.net/t/1079092.aspx , i want an event like protected void RadioButtonList1_DataBinding(object sender, EventArgs e) where i can control
    Posted to Web Forms (Forum) by shikha_3i on 5/8/2009
  • Re: simple radiobuttonlist problem

    [quote user="vinz"]You can use the ItemDataBound event of Repeater control for extracting the controls within it like[/quote] that i've already done, my problem is that i want a RadioButtonList event so that i can control the individual item creation (inside radiobuttonlist), for e.g. the way we have RowDataBound event in grid where we can control how each row renders (using e.Item.DataItem), similarly i want that when i call RadioButtonList .DataBind(); i can select/unselect radiobuttons
    Posted to Web Forms (Forum) by shikha_3i on 5/8/2009
  • simple radiobuttonlist problem

    Hi, I've a repeater which has a radiobuttonluist inside its itemtemplate, now what i want is, when i call radiobuttonlist.datasource="dictionary"; radiobuttonlist.databind(); i want to control each item's binding , i mean , which is that event where i can control the individual radiobutton by using the datasource at that time (something like e.Item.DataItem as in gridview). hope i made it clear.
    Posted to Web Forms (Forum) by shikha_3i on 5/8/2009
Page 1 of 1 (10 items)