Join Dotnetcodes DotnetCodes.com is online Discussion Forum for Software professionals . It lets you find friends around the world and Create professional network that share similar interests as you. Get help on ur projects by industry specialists. Also get answers to all ur technical/placement related querries.Get an edge over others.
Already MemberClick here to login
ASP.net MVC Interview Questions Answers Interview Questions
Serial Number in SSRS Articles
How to Print a Crystal Report direct to printer Articles
Get Started Developing for Android Apps with Eclipse Articles
Razor View Engine Interview Questions Answers Interview Questions
.Net framework 4.0 Interview Questions Answers Interview Questions
SQL server reporting services Interview Questions (SSRS) part 1 Articles
Whats New in ASP.NET 4.0 Part 2 Articles
Difference between Encapsulation and Abstraction Interview Questions
Explaining SDLC -System Development Life Cycle Articles
SPIRE PDF Library Articles
Infosys Interview Questions Interview Questions
Html5 interview questions and answers Interview Questions
Dynamic Menu using HTML List Tag and CSS in ASP.Net Articles
SharePoint 2010 interview Questions Answers Interview Questions
Submit Articles | More Articles..

grid view with select command button

Posted By: Jaishree on 5/17/2011 9:47:58 PM | Comments:1 [Forward This]
Hi Sir, i am programmer i meet some problem in the small project developement. In this project, i use VB.NET to create web application. I have a grid view with select command button. When i click the select button, i want the table which is invisible to be visible . The grid view is implementing AJAX coding and so when i click Select, there is no any postback. The 1st method i do is i set the table1( is an id for html table) to visible during gridview.selectedIndexChanged. But due to no postback, the table1 cannot show out. The table 1 only show out after i press other button which will cause postback.(just like refresh) the second method is i set session flag at gridview.selectedIndexChanged. Then i detect at page load If postback then If Session("flag1").ToString = "OK" Then frmdetail1.Visible = True Else frmdetail1.Visible = False End If End If End IF The problrm for second method is ...the VS only run gridview.selectedIndexChanged event after page load event. so it cant detect any flag. both of the method above is not working. Is there any recommended way to solve this method. What i want is when i select a row from grid view, the table1 will be visible. thanks and sorry for any poor language used :)
Read CommentsComments Category:VB.NET Reply to this PostReply

Dear Friends, Dont forget to bookmark and submit your posting to social websites listed above.It will bring more visibility, buzz and fast action to attend your post

Responses to the Discussion: grid view with select command button
Reply by: nehasinhar on: 5/18/2011 9:19:13 PM
Visible property of any control with mark as runat="server" will not send any html on browser, if you set the value to False. Thus display of this table against any client side event is not possible. You can hide the table1 with style attribute and display with a JavaScript function. i.e. style="display:none" and document.getElementById("table1").style.display="";
 
You have not Logged In,  click here to Login
Reply Here
, I agree the terms and conditions of this website
  
  .NET Framework
  ADO.NET
  AJAX
  Android
  ASP.NET
  ASP.NET AJAX
  ASP.NET MVC
  Azure
  Best Practices
  BizTalk Server
  C++
  CSharp
  CSS
  DBMS
  Error and Resolution
  HTML
  IIS
  JAVA
  JavaScript
  JQwery
  JSP
  LINQ
  Management
  Mobile
  ODP.NET
  OOPS
  Oracle
  Others
  Pattern and Practices
  PHP
  SAP
  SEO
  SharePoint
  Silverlight
  Sql Server
  SSAS
  SSIS
  SSRS
  Survey
  UML
  UNIX
  VB
  VB.NET
  VS 2010
  WCF
  Web Analytics
  Windows Forms
  WPF
  WWF
  XML
  XSLT
  .NET Framework
  ADO.NET
  AJAX
  Android
  ASP.NET
  ASP.NET AJAX
  ASP.NET MVC
  Azure
  Best Practices
  BizTalk Server
  C++
  CSharp
  CSS
  DBMS
  Error and Resolution
  HTML
  IIS
  JAVA
  JavaScript
  JQwery
  JSP
  LINQ
  Management
  Mobile
  ODP.NET
  OOPS
  Oracle
  Others
  Pattern and Practices
  PHP
  SAP
  SEO
  SharePoint
  Silverlight
  Sql Server
  SSAS
  SSIS
  SSRS
  Survey
  UML
  UNIX
  VB
  VB.NET
  VS 2010
  WCF
  Web Analytics
  Windows Forms
  WPF
  WWF
  XML
  XSLT

Advertise About Us Private Policy Terms of use
All rights reserved to dotnetcodes. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks.
Best viewed at 1024 x 768 resolution with Internet Explorer 5.0 or Mozila Firefox 3.5 or Google Crome and higher