All Tags » asp.net (RSS)

Browse by Tags

  • ASP.net Code Behind will not Loop through GridView

    I think i may be over looking something but i am trying to get a script in the codebehind to loop through the "GridView1" and display results in a specified label for each row. But when i run this I will only display info on the first line for the first row it sees. this code it executed from...
    Posted to Visual Interdev (Forum) by microsoft on 06-16-2010
  • Generic list

    Hi experts, Please check the code.I am binding my result in a List<> and returning that list to page. In my page ,I have written private void SetFormFields() { List.ProjectConfigurationSettings> lstSettings; lstSettings = PCBL.GetProjectConfigurationSettings(); --------- } I need to bind the...
    Posted to .NET Framework 3.x (Forum) by microsoft on 06-14-2010
  • DropDownList for Inside UpdatePanel not firing on SelectedIndexChanged() event

    Hi Experts, Please review the attached relevant code first. As you can see I am dynamically adding a DropDownList to a panel which is inside an update panel. The DDL is being added to the page during page load. My problem is that when I select a new item / change the selected index of the DDL, nothing...
    Posted to Visual Interdev (Forum) by microsoft on 06-12-2010
  • drop down list does not display 'Please Select' as selected item after databinding

    found that once populated data, the drop down list does not show "Please Select" as first selected item. Code Snippet: 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: code-behind ----------- protected void Page_Load(object sender...
    Posted to Visual Interdev (Forum) by microsoft on 06-10-2010
  • Connection to SQL2000 Database fails

    I'm trying to figure out ASP.NET. Using IIS6 and SQL 2000 database (not MSDE). I have the following web.config file in the root of the web site, 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: yet I'm continually presented with the error: Server Error in '/' Application. -------------------------...
    Posted to Visual Interdev (Forum) by microsoft on 06-10-2010
  • stored procedures and permissions

    I am rewriting an ASP.Net application to tighten up security on the SQL Server database (2005 Express). However, I am new to SQL admin so not sure what I'm doing is correct. Instead of letting the app use the sa account, I have set up a new login and mapped it to a new user. I then gave execute permission...
    Posted to Visual Interdev (Forum) by microsoft on 06-09-2010
  • ASP.NET basics

    Hi, I want asp.net basics ebooks.i want to learn everything in .net frame work and asp.net.please suggest or send me links of ebooks websites easy to under stand with realistic example.
    Posted to Visual Interdev (Forum) by microsoft on 06-09-2010
  • Format Time inside asp:Repeater

    I have a time field that is being pulled from a database and displayed using asp:repeater. How do I format the time to be, for example, 9:30am instead of 09:30:00. Or 4:15pm instead of 16:15:00. Code in snippet. Code Snippet: 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: Hello, . Go to room...
    Posted to Visual Interdev (Forum) by microsoft on 06-08-2010
  • call function in javascript from code behind

    Hi, i need call the function from code behind function openWindow() { var confirmWin = null; confirmWin = window.open("PreVisualizarArchivo.aspx?codigoActividad=" + document.getElementById("<%= hdCodCurso.ClientID %>").value , 'anycontent','width=800,height=600,status'...
    Posted to Visual Interdev (Forum) by microsoft on 06-07-2010
  • How to encrypt and decrypt URL of website?

    How we can hide values of variables in our querystring those are readable in the address bar? is there any way we can encrypt the url and when it is required we can de-crypt it also like yahoo do?? ( http://www.yahoo.com/_ylh=x3oDMTB1M2EzYWFoBF9TAzI3MTYxNDkEdGVzdAMwBHRtcGwDaWUtYmV0YQ--/r/m1 ) It does...
    Posted to ASP.NET (Forum) by microsoft on 06-06-2010
Page 1 of 179 (1783 items) 1 2 3 4 5 Next > ... Last ยป