Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 899049
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T15:09:07+00:00 2026-05-15T15:09:07+00:00

               SelectCommand=select case when len(T.hallticketno)=1 then ‘0000’+ convert(varchar(20),T.hallticketno)

  • 0

       

 

  
 

”
SelectCommand=”select case when len(T.hallticketno)=1 then ‘0000’+ convert(varchar(20),T.hallticketno) when len(T.hallticketno)=2 then ‘000’+ Convert(varchar(20),T.hallticketno) when len(T.hallticketno)=3 then ’00’+ Convert(varchar(20),T.hallticketno) when len(T.hallticketno)=4 then ‘0’+ Convert(varchar(20),T.hallticketno) when len(T.hallticketno)=5 then Convert(varchar(20),T.hallticketno) end as Hallticketno ,T.Studentname,(select senseiname from senseimaster where senseiid=T.senseiID) as SenseiName,(select kyuname from kyumaster where kyuid= T.kyuid) as Kyu,(select groupname from groupmaster where groupid= T.groupid) as GroupName,T.Fathername,convert(varchar(20),T.dob,103) as Dob, case when T.sex=0 then ‘Male’ else ‘Female’ end as Gender from applicationForm T where Franchiseid =@FRANCHISEID and Competitionid=@competitionId order by groupname “>

–%>

CompanyName

City

–%>

<table id ="sample " border ="1px" visible ="false" >    
    <tr>
    <asp:Label ID="Label13" runat ="server" Font-Bold="true" Text ='<%#Bind(CompetitionName)%>' ></asp:Label><td style="width: 100px">            
        </td>
        <td style="width: 106px">
        </td>
        <td style="width: 127px">
        </td>
        <td style="width: 129px">
        </td>
    </tr>     
    <tr>
        <td style="width: 100px">
            Venue</td>
        <td style="width: 106px">
        <asp:Label ID="Label14" runat ="server" Font-Bold="true" Text ='<%Bind(competitionaddress) %>'  ></asp:Label>
        </td>
        <td style="width: 127px">
            Date of Competition</td>
        <td style="width: 129px">
        <asp:Label ID ="Label15" runat ="server" ></asp:Label>
        </td>
    </tr>
    <tr>
        <td style="width: 100px">
            Hall Ticket No</td>
        <td style="width: 106px">
        <asp:Label Font-Bold="true" Font-Size="X-Large"  ID="Label16" runat="server"  ></asp:Label> 
        </td>
        <td style="width: 127px">
            Group</td>
        <td style="width: 129px">
        <asp:Label ID="Label17" runat="server"  Font-Bold="true"></asp:Label>
        <%--<asp:Label ID="Lable1" runat ="server" Font-Bold="true"  Text ='<%Bind("GroupName")%>'></asp:Label>--%>
        </td>
    </tr>
    <tr>
        <td style="width: 100px">
            Student Name</td>
        <td style="width: 106px">
        <asp:Label  ID ="Lable18" runat ="server" ></asp:Label>
        </td>
        <td style="width: 127px">
            Kyu</td>
        <td style="width: 129px">
        <asp:Label ID="Lable19" runat ="server" ></asp:Label>
        </td>
    </tr>
    <tr>
        <td rowspan="3" style="width: 100px">
        </td>
        <td style="width: 106px">
        <asp:Label ID ="Lable20" runat ="server" ></asp:Label>
        </td>
        <td style="width: 127px">
            Franchise Name</td>
        <td style="width: 129px">
        <asp:Label ID ="Lable21" runat ="server" ></asp:Label>
        </td>
    </tr>
    <tr>
        <td style="width: 106px">
        </td>
        <td style="width: 127px">
            Sensei's Name</td>
        <td style="width: 129px">
        <asp:Label ID ="Lable22" runat ="server" ></asp:Label>
        </td>
    </tr>
    <tr>
        <td style="width: 106px">
        </td>
        <td style="width: 127px">
        </td>
        <td style="width: 129px">
        </td>
    </tr>
    <tr>
        <td style="width: 100px">
        </td>
        <td style="width: 106px">
            Signature of HO</td>
        <td style="width: 127px">
        </td>
        <td style="width: 129px">
            Signature of Student</td>
    </tr>
</table>


<%--</asp:Repeater> --%>

if i click the Hall Ticket then the data sholud be bound to particular field…how to do friends plz help me…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T15:09:08+00:00Added an answer on May 15, 2026 at 3:09 pm

    You must use a control supporting DataBind, enclosing your table, like a FormView.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

         I was looking at some APIs like twitter, google APIs. From what I understand
    As the title said, I want to match ip address with batch in windows,
                The designer shows a black border
I have a Visual Studio 2005/ C# ClickOnce application that gets all its data from a
I have 2 tables   1. Client   2. Operations Operations can result in:
In Visual Studio 2008, in the Find Results window, how do I not show the full
There is 1 TB data on a disk with around 1 KB per data record. How
pro_id | Category --------+---------   25   | electronics   27   | Electrical
I have a Qt application in Visual Studio 2005 which is linked using \subsystem:windows such that
Why does WPF render differently on Windows XP vs Windows 7? I'm using .NET SP1 on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.