Browse by Tags

Related Posts

  • Problem accessing a Gridview EditItemTemplate ControlID

    Hello all, I'm having issues trying to drill down in a Gridview to access the EditItemTemplate TextBox ClientID. I'm trying to use the code behind to call up a Javascript function. I'm trying to do TextBox.Attributes.Add("onClick", "SomeFunction") on the RowDataBound Page...
    Posted to Data Presentation Controls (Forum) by CoreslabBill on 02-16-2009, 12:00 AM
    Filed under: clientId, edititemtemplate, JavaScript, GridView
  • Validate Textboxes(inside item template) into Mutiple Gridview inside a Repeter usinf Javascript

    hi all, i have a repeter inside which I'm binding multiple gridview into item template. every gridview have multiple textbox in its item template. i want to validate these textboxes using javascript. i tried asp.net validation control but the records are in thousands then its not working properly...
    Posted to Client Side Web Development (Forum) by suhaib.faizy on 01-02-2009, 12:00 AM
    Filed under: ASP 2.0 and Javascript, asp.NET, ASP.NET Javascript onclick, gridview javascript, gridview javascript attributes, Gridview javascript bind, GridViewiew ASP.NEt javascript, How to Disable Right Click on Web Page and also Disable Save and Save As option, javascipt, javascript, Javascript Asp .Net, javascript function, javascript in asp.net, gridview
  • Problem with getElementById in Gridview

    Hi I am having a .asp page, which has a TemplateField within a GridView. This TemplateField has a TextBox in its FooterTemplate. What i am trying to do is, when the user enters data in the TextBox and clicks on the button(outside the GridView), i am trying to extract the data entered in the textbox by...
    Posted to Data Presentation Controls (Forum) by ROHITHKS on 12-19-2008, 12:00 AM
    Filed under: ASP.NET, JavaScript, GridView, getelementbyid
  • TabContainer and showModalDialog

    Dear all, I've a problem when I'm using tab container along with the gridview inside. In the grid column, there is an image button for editing, but the editing will be run in a modal dialog. I make it with gridview's onrowcommand and call a javascript from the code behind. If I make without...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by roby.jianye on 12-19-2008, 12:00 AM
    Filed under: TabContainer, GridView, JavaScript
  • Gridview problem : AddJavascript on buttonfield created in code behind

    Hi, I have a problem with control Buttonfields, i try to execute javascript code on event OnclientClick. But in RowDatabound I can't find my control. Code behind : 'Columns creation Private Sub LoadGridViewColumns( ByVal GridViewtoAdd As GridView) If Not GridViewtoAdd.Columns.Count > 1 Then...
    Posted to Data Presentation Controls (Forum) by Dje33510 on 12-10-2008, 12:00 AM
    Filed under: OnClientClick, row databound, control, JavaScript, GridView, confirm delete gridview
  • GridView + Javascript = Textbox Out of Sync

    I am working in .net2.0, c#. I have a GridView in a TabPanel. In this grid, I have two columns with textboxes in them - as well as some hidden fields with values I need. I have a Javascript function that fires onblur. It adjusts the other textbox in the same row (one is price, one is margin). At the...
    Posted to ASP.NET AJAX UI (Forum) by invid on 07-22-2008, 12:00 AM
    Filed under: TabPanel, GridView, Javascript
  • Using Javascript to Select Row Nested GridView

    I took advantage of some code I found on these forums and have created a form that has a nested gridview. The first gridview is bound using the SqlDataSource and on the OnRowBound event, bind data to the nested gridview. Then using JavaScript i hide the nested gridview until the user clicks on an image...
    Posted to Client Side Web Development (Forum) by oskermayor on 03-11-2008, 12:00 AM
    Filed under: nested, javascript, gridview
  • Problem in finding dynamically loaded user control in javascript when using ASP.Net AJAX

    Hi, I am loading user controls dynamically in an update panel. User control loads smoothly, but when i viewsource the page, the current loaded user control can't be found there. What I found is old user control which loads when page is loaded for the first time. I have a grid view control in that...
    Posted to ASP.NET AJAX UI (Forum) by amjad.paracha on 09-21-2007, 12:00 AM
    Filed under: update Panel gridview, update Panel javascript, user Control, UserControls, "Focus" "UpdatePanel", "javascript error", "Update Panel", .Net 2.0, AJAX problems, ajax update panel, asp.net, asp.net ajax, GridView, Javascript, javascript ajax updatepanel, AJAX Library, ajax masterpage postback, ajax 1.0, ajax 1.0 client UI control extender, AJAX 1.0 UpdatePanel, AJAX 1.0 UpdatePanel javascript, "ASP.NET AJAX Beta 2", User Control UpdatePanel PostBack, user controls, ajax, GridView callback UpdatePanel
  • Validators in Detail View

    Hi, I am trying to use Required Field Validator in Detail View, my Insert/Edit Button is not activated when trying to insert record. Please let me know should I enable any property in order to user Validators in Detail view? < asp : TemplateField HeaderText ="Vendor_Name" SortExpression...
    Posted to Data Presentation Controls (Forum) by venu_babu80 on 08-09-2007, 12:00 AM
    Filed under: asp.net 2.0, javascript, GridView
  • How can I reset the style of GridView from client-side....????

    Hello: I've already changed the style this way: 1 protected void dgViewSelectedItems_RowDataBound( object sender, GridViewRowEventArgs e) 2 { 3 if (e.Row.RowIndex > -1) 4 { 5 e.Row.Attributes.Add( "onclick" , "return rowClick(this," + e.Row.RowIndex + ")" ); 6 } 7...
    Posted to Data Presentation Controls (Forum) by thk_razin on 08-06-2007, 12:00 AM
    Filed under: JavaScript, GridView
Page 1 of 3 (28 items) 1 2 3 Next >