Click here to Skip to main content
15,917,991 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondisplay msexcel in panel Pin
iswaryaramkumar17-Mar-08 19:30
iswaryaramkumar17-Mar-08 19:30 
GeneralRe: display msexcel in panel Pin
Paul Conrad21-Mar-08 9:24
professionalPaul Conrad21-Mar-08 9:24 
General.dll file. Pin
nagendrathecoder17-Mar-08 19:28
nagendrathecoder17-Mar-08 19:28 
GeneralRe: .dll file. Pin
Christian Graus17-Mar-08 19:33
protectorChristian Graus17-Mar-08 19:33 
GeneralRe: .dll file. Pin
rahul.net1117-Mar-08 19:47
rahul.net1117-Mar-08 19:47 
Generalstyle="display:inline-block;border-width:1px;border-style:Solid;width:200px Pin
joshc17-Mar-08 18:53
joshc17-Mar-08 18:53 
GeneralRe: style="display:inline-block;border-width:1px;border-style:Solid;width:200px Pin
Christian Graus17-Mar-08 19:05
protectorChristian Graus17-Mar-08 19:05 
GeneralCustom Vallidation for file extension. Pin
SreejithAchutan17-Mar-08 18:48
SreejithAchutan17-Mar-08 18:48 
First of all ,thanks for your kind reply...

I ahve a doubt.Is it possible to check the extension and file size of an image uploaded using asp file upload control using custom vallidator.I check the file size using client vallidation .It is work properly,but i want to include extension checking in the same custom vallidator.i will attach the size code below .plz answer for this question.


function LengthVallidation(source,value)
{
if((document.all('Upload_Logo').value.length>1080000))
{
value.IsVallid=false;
return false;
}
else

{
value.IsVallid=true;
return true;
}
}

Means allow only .jpg extension images...
GeneralRe: Custom Vallidation for file extension. Pin
SreejithAchutan17-Mar-08 19:49
SreejithAchutan17-Mar-08 19:49 
GeneralRe: Custom Vallidation for file extension. Pin
saini arun18-Mar-08 11:19
saini arun18-Mar-08 11:19 
Questioncan i give vista looking effect to my web applicaiton Pin
koolprasad200317-Mar-08 18:27
professionalkoolprasad200317-Mar-08 18:27 
AnswerRe: can i give vista looking effect to my web applicaiton Pin
Christian Graus17-Mar-08 18:48
protectorChristian Graus17-Mar-08 18:48 
GeneralRe: can i give vista looking effect to my web applicaiton Pin
koolprasad200318-Mar-08 1:13
professionalkoolprasad200318-Mar-08 1:13 
GeneralRe: can i give vista looking effect to my web applicaiton Pin
saini arun18-Mar-08 11:23
saini arun18-Mar-08 11:23 
Generaltable adapter with dynamic connection string Pin
uglyeyes17-Mar-08 17:24
uglyeyes17-Mar-08 17:24 
GeneralRe: table adapter with dynamic connection string Pin
uglyeyes17-Mar-08 19:29
uglyeyes17-Mar-08 19:29 
Generalupdate panel , textbox lost focus. Pin
RanjithLogics17-Mar-08 16:47
RanjithLogics17-Mar-08 16:47 
QuestionHow to change text of button inside in grid view Pin
Rajesh_K_Sharma17-Mar-08 16:25
Rajesh_K_Sharma17-Mar-08 16:25 
GeneralSubmit button in IIS Pin
Xarzu17-Mar-08 16:13
Xarzu17-Mar-08 16:13 
GeneralRe: Submit button in IIS Pin
Christian Graus17-Mar-08 17:00
protectorChristian Graus17-Mar-08 17:00 
GeneralRe: Submit button in IIS Pin
Xarzu18-Mar-08 9:05
Xarzu18-Mar-08 9:05 
QuestionFor connecting network folder, how can i input user name and password? Pin
Dong Kim17-Mar-08 14:00
Dong Kim17-Mar-08 14:00 
GeneralRe: For connecting network folder, how can i input user name and password? Pin
Paul Conrad21-Mar-08 9:25
professionalPaul Conrad21-Mar-08 9:25 
GeneralASP.NET publication Pin
Xarzu17-Mar-08 9:20
Xarzu17-Mar-08 9:20 
GeneralRe: ASP.NET publication Pin
Christian Graus17-Mar-08 9:31
protectorChristian Graus17-Mar-08 9:31 

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.