Click here to Skip to main content
15,902,938 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionanimation extender Pin
mylogics26-Aug-09 0:31
professionalmylogics26-Aug-09 0:31 
Questionhow To access sqlserver2005 on loacal machine through internet Pin
manish.m.meshram26-Aug-09 0:12
manish.m.meshram26-Aug-09 0:12 
Questionwizard control Pin
KhandelwalA26-Aug-09 0:02
KhandelwalA26-Aug-09 0:02 
AnswerRe: wizard control Pin
pampam11026-Aug-09 1:20
pampam11026-Aug-09 1:20 
QuestionRequiredFieldValidator in c#.net Pin
shaik_mr25-Aug-09 23:42
shaik_mr25-Aug-09 23:42 
AnswerRe: RequiredFieldValidator in c#.net Pin
Abhijit Jana25-Aug-09 23:53
professionalAbhijit Jana25-Aug-09 23:53 
AnswerRe: RequiredFieldValidator in c#.net Pin
Arun Jacob26-Aug-09 0:57
Arun Jacob26-Aug-09 0:57 
GeneralRe: RequiredFieldValidator in c#.net Pin
shaik_mr26-Aug-09 1:23
shaik_mr26-Aug-09 1:23 
Hi,

Thanks for your quick response....I have 4 list items in DropDownList like this

<asp:DropDownList AutoPostBack="true" ID="drp_Category" CssClass="textboxGQ_New" Width="200px"
                                                                                                                                                runat="server" OnSelectedIndexChanged="drp_Category_SelectedIndexChanged">
                                                                                                                                                <asp:ListItem Value="">Select Category</asp:ListItem>
                                                                                                                                                <asp:ListItem Value="samp1">Sample1</asp:ListItem>
                                                                                                                                                <asp:ListItem Value="samp2">Sample2</asp:ListItem>
                                                                                                                                                <asp:ListItem Value="samp3">Sample3</asp:ListItem>

<asp:ListItem Value="samp4">Sample4</asp:ListItem>
</asp:DropDownList>

2)I have set the properties for FileUpload to


<tr>
<td width="150px">
   <asp:Label CssClass="Label" ID="lbl_Image" runat="server" Text="Upload Image"></asp:Label>
</td>
<td>
   <asp:FileUpload ID="FileUpload1" CssClass="textboxGQ" runat="server" type="file" onkeypress="return false;"/>
                                                                                                                                       <asp:RequiredFieldValidator ValidationGroup="Group1" ID="Req_FileUpload1" runat="server"
                                                                                                                                                ControlToValidate="FileUpload1" Display="None" ErrorMessage="Please select file to upload"></asp:RequiredFieldValidator>
                                                                                                                                          <cc1:ValidatorCalloutExtender ID="Req_FileUpload1_Extender" runat="server" TargetControlID="Req_FileUpload1">
                                                                                                                                          </cc1:ValidatorCalloutExtender>
</td>
</tr>

3)Now my issue is....for selecting the dropdownlist items Sample1, Sample 3, RequiredFieldValidator should not fire...and for the remaining items RequiredFieldValidator has to fire....
GeneralRe: RequiredFieldValidator in c#.net Pin
Coding C#26-Aug-09 1:50
Coding C#26-Aug-09 1:50 
GeneralRe: RequiredFieldValidator in c#.net Pin
shaik_mr26-Aug-09 7:00
shaik_mr26-Aug-09 7:00 
Questionanimation extender [modified] Pin
mylogics25-Aug-09 23:32
professionalmylogics25-Aug-09 23:32 
QuestionAL3 Format [modified] Pin
ankit.zaveri25-Aug-09 23:32
ankit.zaveri25-Aug-09 23:32 
QuestionPutting separator in Menu Pin
nagendrathecoder25-Aug-09 23:18
nagendrathecoder25-Aug-09 23:18 
AnswerRe: Putting separator in Menu Pin
mylogics26-Aug-09 0:17
professionalmylogics26-Aug-09 0:17 
QuestionMSChart control problem Pin
Shorttylad25-Aug-09 22:40
Shorttylad25-Aug-09 22:40 
AnswerRe: MSChart control problem Pin
Shorttylad26-Aug-09 4:53
Shorttylad26-Aug-09 4:53 
Questionprocess change management Pin
Nilanjana Sarkar25-Aug-09 22:28
Nilanjana Sarkar25-Aug-09 22:28 
Questionupdate database through mail on clicking the link Pin
kumar_k50825-Aug-09 22:22
kumar_k50825-Aug-09 22:22 
AnswerRe: update database through mail on clicking the link Pin
sazhubo25-Aug-09 22:34
sazhubo25-Aug-09 22:34 
GeneralRe: update database through mail on clicking the link Pin
kumar_k50825-Aug-09 22:39
kumar_k50825-Aug-09 22:39 
GeneralRe: update database through mail on clicking the link Pin
droth1726-Aug-09 4:57
droth1726-Aug-09 4:57 
QuestionWeb site publishing using Asp Pin
yhayirsever25-Aug-09 22:15
yhayirsever25-Aug-09 22:15 
AnswerRe: Web site publishing using Asp Pin
SeMartens25-Aug-09 22:30
SeMartens25-Aug-09 22:30 
General[Message Deleted] Pin
yhayirsever25-Aug-09 22:36
yhayirsever25-Aug-09 22:36 
GeneralRe: Web site publishing using Asp Pin
SeMartens25-Aug-09 23:00
SeMartens25-Aug-09 23:00 

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.