Search

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

Matching Posts

  • Re: Autoccomplete

    Can you plz write it with code and more briefly....... Thanks......
  • Re: print data in Table using data field borders

    Simply use tables for displaying your data. Something like this: <table style="width: 97%; background-color: #ffffff; border-right: #000000 1px solid; border-top: #000000 1px solid; border-left: #000000 1px solid; border-bottom: #000000 1px solid;"> <tr> <td style="border-right: #000000 1px solid; border-top: #000000 1px solid; border-left: #000000 1px solid; border-bottom: #000000 1px solid;"> <asp:Label ID="Label2" runat="server" Font
    Posted to Crystal Reports (Forum) by shaan on 12/1/2008
  • Re: Disable radio buttons if a certain button is selected

    Can u please paste some kind of code.....????
    Posted to Web Forms (Forum) by shaan on 11/27/2008
  • Re: Display Image in place of button

    http://www.dynamicdrive.com/cssexamples/media/aeroright.gif Copy the above image Make a folder called picks in our project folder and paste this image there....or you can edit as per ur requirement..... Then do some thing like this... <asp:Button ID="Button2" runat="server" Text="Show data" Width="127px" style="background-image: url(picks/aeroright.gif); border-right: #000066 thin dotted; border-top: #000066 thin dotted; border-left: #000066 thin dotted;
    Posted to Web Forms (Forum) by shaan on 11/27/2008
  • Re: Asp.Net web parts

    Plz check this, will help you..... http://www.codeproject.com/KB/webforms/GridViewInsideGridView.aspx Happy coding...
    Posted to Data Presentation Controls (Forum) by shaan on 11/25/2008
  • Re: Date time pop-up picker

    <html> <head> <title>my titile</title> <style type="text/css" media="screen"> #CalendarControlIFrame { display: none; left: 0px; position: absolute; top: 0px; height: 250px; width: 250px; z-index: 99; } #CalendarControl { position:absolute; background-color:#FFF; margin:0; padding:0; display:none; z-index: 100; } #CalendarControl table { font-family: arial, verdana, helvetica, sans-serif; font-size: 8pt; border-left: 1px solid #336; border-right:
    Posted to Web Forms (Forum) by shaan on 11/20/2008
  • Re: Getting the text of a ButtonField in a Gridview control

    i think you need to put the Text of buttonfield into gridview.... if yes then you need to put something like this.... e.Row.Cells[10].Text = btnText OR (NAME OF BUTTON I.E. if was using a button i would have used button1.text); I think this will work.... Happy Coding...
    Posted to Data Presentation Controls (Forum) by shaan on 11/20/2008
  • Re: paging of grid view

    Hi, I m not getting what you exactly want to perform... Please tell me in detail...so that i can help you if i can.... Thanks....
    Posted to Data Presentation Controls (Forum) by shaan on 11/20/2008
  • Re: Integrating Flash with ASP.Net

    Hi, Please check out the following links....might help you.... http://www.sqljunkies.ddj.com/Article/4CAFD4E5-7CA2-4E1C-A580-C9C78A5531F1.scuk http://www.fluorinefx.com/ Happy coding.......
    Posted to Getting Started (Forum) by shaan on 11/20/2008
  • Re: paging of grid view

    Hi, You can put this character (&lt;&lt;) in the FirstPageText and this character (&gt;&gt;) in LastPageText in PagerSettings of property window of Grid View. Happy Coding.....
    Posted to Data Presentation Controls (Forum) by shaan on 11/19/2008
Page 1 of 5 (50 items) 1 2 3 4 5 Next >