Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tmilluah4
  • Content: Threads
  • Order by date
  1. tmilluah4

    Select Row in Gridview

    I have a gridview where I want to select a row and do a postback... protected void GridView1_RowCreated(object sender, GridViewRowEventArgs e) { e.Row.Attributes.Add("onclick", "__doPostBack('ctl00$ContentPlaceHolder1$PharmacyGrid','Select$" + e.Row.RowIndex.ToString() +...
  2. tmilluah4

    Another IE/Mozilla issue.....

    I'm having one more issue with the Mozilla/Firefox browser... This code works perfectly in IE but not in Mozilla. It adds a new cell in a table row for a validation message but the new cell isn't being added for mozilla. function displayInlineError(firingObj,errorText)" ); {...
  3. tmilluah4

    Mozilla Compatibility????

    The red highlighted portion of this code is throws fits in Mozilla but works fine in IE...Im trying to make this cross browser compatible so does anything jump out in this that Mozilla is going to throw a red flag at???? function AddMenuOptions(strID,ParentChartId) { var inputColl =...

Part and Inventory Search

Back
Top