Search

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

Matching Posts

  • Converting asp.net page to doc

    Hi, I would like to know a method which can convert my asp.net page to doc. I know string builder method. I don't want that method is there any portable method to do this bcoz my page is lengthy and more data from database and some data from xml. it is cumbersome to write all this in string builder n convert. so i am looking for solution. is there any chance to copy all the data from page. then we can easily assign to doc convert method. please help me.
    Posted to Web Forms (Forum) by krishnav on 9/6/2008
    Filed under: As.NET2.0, c#, converting html to doc
  • Re: Check Password Strength..?

    use the fallowing link to see the demo.. http://www.asp.net/AJAX/AjaxControlToolkit/Samples/PasswordStrength/PasswordStrength.aspx using ajax u can do that... for assistence go for asp.net web site
    Posted to Web Forms (Forum) by krishnav on 7/9/2008
  • Re: Set table cell property from code behind

    You told that every cell has it's own id... then write javascript to do anything.. <script language="javascript' type="text/javascript"> function fncell() { document.getElementById("cellId");// here u can add style or any thing } </script>
    Posted to Web Forms (Forum) by krishnav on 7/9/2008
  • Re: DropDownList not populating

    try with the fallowing lines........... Dim item1 As New ListItem("Apple", "1") Dim item2 As New ListItem("Bat", "2") etc...
    Posted to Web Forms (Forum) by krishnav on 7/9/2008
  • Re: Ajax update panel problem help me

    I didn't place buttons there. check my code i just added java script for that. i have provided just anchor tags. why page is post backing?
    Posted to ASP.NET AJAX UI (Forum) by krishnav on 7/8/2008
  • Ajax update panel problem help me

    Hi i am using a html table to load the data from database. uing data table i am filling the html table dynamically. Also providing sorting with javascript . I have placed that html table in update panel. The problem is when i click on title(sorting) the page was post backing. i have to avoid that.. why its happening help me.. Code ----------------------------------------- private void PopulateTable() { DataTable objTable = null; HtmlTableCell cell = null; HtmlTableRow row = null; int rowCount, colCount;
    Posted to ASP.NET AJAX UI (Forum) by krishnav on 7/8/2008
    Filed under: "AJAX .NET 2.0", "Update Panel", AJax UpdatePanel, ajax update panel, AJAX UpdatePanel, ajax updatepanel PostBack, AJAX 1.0 UpdatePanel
  • Re: Problems with Images

    use image layers... or use z-index=2 or more on styles using div and style u can do that very easily
    Posted to Client Side Web Development (Forum) by krishnav on 6/30/2008
  • Re: Calendar Control

    .calender { font-family:Verdana,Helvetica,arial; font-size:0.8em; color:Maroon; background-color:wheat; } .calender a:hover { color:Black; background-color:Yellow; } add the above content to the style sheet Next declare fallowing tag <asp:Calendar ID="calender" runat="server" CssClass="calender"></asp:Calendar> u will get new look to your calender control i think it will help you enjoy
  • Re: Content Place Holder

    Using <bt /> at aspx side. but that is not correct way use table or div's to place the content place holder at specific place.first u cut the content place holder then add a table with layout menu at top. then paste content place in any of the cell where u want to appear. it is easy and proper way to do this... enjoy.. i think it will help you
  • Re: Home button not working

    check the path where the aspx file is.. Response.Redirect( "../mainwindow.aspx" ) ; if the current page is another folder u written correct.. other wise check.. the path or check server.mappath("page");
    Posted to Web Forms (Forum) by krishnav on 6/23/2008
Page 1 of 8 (79 items) 1 2 3 4 5 Next > ... Last »