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

ASP.NET

 
GeneralRe: Syntax error: Missing operand after '12' operator. Pin
Not Active10-May-10 4:22
mentorNot Active10-May-10 4:22 
GeneralRe: Syntax error: Missing operand after '12' operator. Pin
fjdiewornncalwe10-May-10 4:04
professionalfjdiewornncalwe10-May-10 4:04 
GeneralRe: Syntax error: Missing operand after '12' operator. Pin
sankararao10-May-10 4:13
sankararao10-May-10 4:13 
AnswerRe: Syntax error: Missing operand after '12' operator. Pin
fjdiewornncalwe10-May-10 8:27
professionalfjdiewornncalwe10-May-10 8:27 
Questionhtml looks different in Firefox Pin
Tridip Bhattacharjee10-May-10 2:41
professionalTridip Bhattacharjee10-May-10 2:41 
AnswerRe: html looks different in Firefox Pin
Brij10-May-10 2:51
mentorBrij10-May-10 2:51 
AnswerRe: html looks different in Firefox Pin
Abhijit Jana10-May-10 3:06
professionalAbhijit Jana10-May-10 3:06 
AnswerRe: html looks different in Firefox Pin
Peace ON10-May-10 3:52
Peace ON10-May-10 3:52 
Use This code Solve ur prob..

<table  cellspacing="1" cellpadding="1"  bgcolor="#d8e4f8"
                border="0">
                <tr>
                    <td valign="top" nowrap >
                        <span id="Label2" style="font-weight: bold;">Date</span>&nbsp;
                        <input name="txtDate" type="text" readonly="readonly" id="txtDate" style="border-style: Groove;" /></td>
                    <td valign="middle" nowrap >
                        &nbsp;<span id="Label3" style="font-weight: bold;">Country</span></td>
                    <td valign="top">
                        <table id="chkCountry" border="0" style="font-weight: bold; ">
                            <tr>
                                <td>
                                    <input id="chkCountry_0" type="checkbox" name="chkCountry:0" /><label for="chkCountry_0">UK</label></td>
                                <td>
                                    <input id="chkCountry_1" type="checkbox" name="chkCountry:1" /><label for="chkCountry_1">USA</label></td>
                                <td>
                                    <input id="chkCountry_2" type="checkbox" name="chkCountry:2" /><label for="chkCountry_2">Germany</label></td>
                                <td>
                                    <input id="chkCountry_3" type="checkbox" name="chkCountry:3" /><label for="chkCountry_3">France</label></td>
                                <td>
                                    <input id="chkCountry_4" type="checkbox" name="chkCountry:4" /><label for="chkCountry_4">Italy</label></td>
                                <td>
                                    <input id="chkCountry_5" type="checkbox" name="chkCountry:5" /><label for="chkCountry_5">Canada</label></td>
                                <td>
                                    <input id="chkCountry_6" type="checkbox" name="chkCountry:6" /><label for="chkCountry_6">Netherlands</label></td>
                            </tr>
                        </table>
                    </td>
                    <td valign="top" >
                        <button language="javascript" onclick="setTimeout('javascript:IsBusy(1);',50);
__doPostBack('btnGo','')" id="btnGo" type="button" value="GO">
                        </button>
                    </td>
                </tr>
                <tr>
                    <td valign="top">
                    </td>
                    <td valign="middle" >
                    </td>
                    <td valign="top" align="right" >
                        <a id="HyperLink1" href="EODMain.aspx">Main Menu</a></td>
                    <td valign="top" >
                    </td>
                </tr>
            </table>


Hope this will help!
Jinal Desai - LIVE
Experience is mother of sage....

GeneralRe: html looks different in Firefox Pin
Tridip Bhattacharjee10-May-10 20:17
professionalTridip Bhattacharjee10-May-10 20:17 
Questionhow to do paging with multiple active result sets Pin
happies10-May-10 2:07
happies10-May-10 2:07 
Questionhow to display nopicture image in a image control when there is no image in a database using asp.net with c# Pin
developerit10-May-10 1:54
developerit10-May-10 1:54 
AnswerRe: how to display nopicture image in a image control when there is no image in a database using asp.net with c# Pin
Brij10-May-10 2:37
mentorBrij10-May-10 2:37 
AnswerRe: how to display nopicture image in a image control when there is no image in a database using asp.net with c# Pin
Tej Aj10-May-10 2:58
Tej Aj10-May-10 2:58 
AnswerRe: how to display nopicture image in a image control when there is no image in a database using asp.net with c# Pin
Martin Jarvis10-May-10 12:49
Martin Jarvis10-May-10 12:49 
QuestionMake webpage sleep for a while Pin
seemadas10-May-10 1:04
seemadas10-May-10 1:04 
AnswerRe: Make webpage sleep for a while Pin
Abhijit Jana10-May-10 1:27
professionalAbhijit Jana10-May-10 1:27 
GeneralRe: Make webpage sleep for a while Pin
seemadas10-May-10 1:34
seemadas10-May-10 1:34 
AnswerRe: Make webpage sleep for a while Pin
Brij10-May-10 2:48
mentorBrij10-May-10 2:48 
QuestionInsert Skips When use in a Loop Pin
yogesh_kumar_agarwal10-May-10 0:20
yogesh_kumar_agarwal10-May-10 0:20 
AnswerRe: Insert Skips When use in a Loop Pin
Michel Godfroid10-May-10 0:45
Michel Godfroid10-May-10 0:45 
GeneralRe: Insert Skips When use in a Loop Pin
yogesh_kumar_agarwal10-May-10 1:32
yogesh_kumar_agarwal10-May-10 1:32 
GeneralRe: Insert Skips When use in a Loop Pin
Michel Godfroid10-May-10 1:44
Michel Godfroid10-May-10 1:44 
AnswerRe: Insert Skips When use in a Loop Pin
Abhijit Jana10-May-10 0:59
professionalAbhijit Jana10-May-10 0:59 
GeneralRe: Insert Skips When use in a Loop Pin
yogesh_kumar_agarwal10-May-10 1:36
yogesh_kumar_agarwal10-May-10 1:36 
GeneralRe: Insert Skips When use in a Loop Pin
Abhijit Jana10-May-10 1:42
professionalAbhijit Jana10-May-10 1:42 

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.