Click here to Skip to main content
15,890,282 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: GridView Row display Pin
JMummery23-Jun-12 14:13
professionalJMummery23-Jun-12 14:13 
AnswerRe: GridView Row display Pin
AshishChaudha29-Jun-12 22:52
AshishChaudha29-Jun-12 22:52 
QuestionVertical grid Pin
ananrs113-Jun-12 18:46
ananrs113-Jun-12 18:46 
AnswerRe: Vertical grid Pin
Sandeep Mewara14-Jun-12 2:11
mveSandeep Mewara14-Jun-12 2:11 
QuestionC# 2010 formview control Pin
classy_dog13-Jun-12 17:45
classy_dog13-Jun-12 17:45 
AnswerRe: C# 2010 formview control Pin
SachinDakle13-Jun-12 23:19
SachinDakle13-Jun-12 23:19 
GeneralRe: C# 2010 formview control Pin
classy_dog14-Jun-12 3:45
classy_dog14-Jun-12 3:45 
QuestionDynamic Tabs-GridViews Pin
codekumark13-Jun-12 17:20
codekumark13-Jun-12 17:20 
Hi,

I have dynamic tabs (no of tabs vary according to Business), I have created dynamic tabs using code behind by adding into unordered list using

for(int i=0;i<5;i++)

htmlBuilder.AppendLine(
  • Tab(i)
  • )

    it created all
  • tags in html code with specific ids.



    In the designer page i have gridviews hardcoded each region for each tab.


    I am trying to href the tabs from code behind to bind to gridview. like

    tab1--- href=#a1 (tabs are generated using Jquery)
    tab2--- href=#a2

    <gridview id="a1">; ... and so on


    How to handle multiple gridviews from code behind. how to declare multiple template gridviews dynamically

  • Questionweb form 2010 working with data Pin
    sc steinhayse13-Jun-12 12:17
    sc steinhayse13-Jun-12 12:17 
    AnswerRe: web form 2010 working with data Pin
    R. Giskard Reventlov13-Jun-12 13:04
    R. Giskard Reventlov13-Jun-12 13:04 
    GeneralRe: web form 2010 working with data Pin
    sc steinhayse13-Jun-12 15:38
    sc steinhayse13-Jun-12 15:38 
    Answerstaging table Pin
    David Mujica14-Jun-12 2:31
    David Mujica14-Jun-12 2:31 
    GeneralRe: staging table Pin
    sc steinhayse14-Jun-12 3:50
    sc steinhayse14-Jun-12 3:50 
    GeneralRe: staging table Pin
    David Mujica15-Jun-12 3:50
    David Mujica15-Jun-12 3:50 
    QuestionDesktop VB.WebServices application VS Native Web Applcation Pin
    ilgrongo13-Jun-12 9:54
    ilgrongo13-Jun-12 9:54 
    AnswerRe: Desktop VB.WebServices application VS Native Web Applcation Pin
    jkirkerx13-Jun-12 18:44
    professionaljkirkerx13-Jun-12 18:44 
    GeneralRe: Desktop VB.WebServices application VS Native Web Applcation Pin
    ilgrongo13-Jun-12 20:39
    ilgrongo13-Jun-12 20:39 
    GeneralRe: Desktop VB.WebServices application VS Native Web Applcation Pin
    jkirkerx14-Jun-12 7:56
    professionaljkirkerx14-Jun-12 7:56 
    QuestionLinkButton's Click Event Not Firing. Pin
    kaycey9013-Jun-12 6:40
    kaycey9013-Jun-12 6:40 
    AnswerRe: LinkButton's Click Event Not Firing. Pin
    jkirkerx13-Jun-12 11:12
    professionaljkirkerx13-Jun-12 11:12 
    Questionweb page size Pin
    dipen mistry13-Jun-12 1:40
    dipen mistry13-Jun-12 1:40 
    AnswerRe: web page size Pin
    Sandeep Mewara13-Jun-12 6:27
    mveSandeep Mewara13-Jun-12 6:27 
    AnswerRe: web page size Pin
    jkirkerx13-Jun-12 11:15
    professionaljkirkerx13-Jun-12 11:15 
    Questionproblem in create web setup Pin
    dipen mistry13-Jun-12 1:31
    dipen mistry13-Jun-12 1:31 
    AnswerRe: problem in create web setup Pin
    Sandeep Mewara13-Jun-12 6:24
    mveSandeep Mewara13-Jun-12 6:24 

    General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

    Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.