|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Validation Summary Control not displaying MessageBox on web serverHi Friends
i am facing one problume. i am using one Vlidation summary control for a web application. but the message box is not working on web server. but its working very well on the local mechine. i dont know what is the reason. So please Help Me......... cheears Rajesh MessageBoxes & alerts are produced by the browser, not the server. Asking
for a messagebox or alert from the server is not possible. It must be part of your client-side code. Show quoteHide quote "Rajesh Abraham via DotNetMonster.com" <fo***@DotNetMonster.com> wrote in message news:e84d49cbde064ece91ac0692f4bed9ca@DotNetMonster.com... > Hi Friends > i am facing one problume. i am using one Vlidation summary control for a > web application. but the message box is not working on web server. but its > working very well on the local mechine. > > i dont know what is the reason. So please Help Me......... > > cheears > Rajesh > > -- > Message posted via http://www.dotnetmonster.com Hi
Thank you, for your response. Actually my problem is related to Validation Summary Control . this control is working very well on my project in local Computer. I upload this project in Main server. After that this control not display the Error Messages on explore. . And also I upload ?aspnet_client? folder on server Under \HTTDOCS folder. Then my project is not working on server. i remove this folder,after that my project is working well. Hope your responses. Thank you Rajesh What do you mean not working on the webserver but working on the local machine?
Meaning if your application is being developed and tested on your local machine but once you deploye to the server it's not working? This means you might not have ASP.NET installed on the server. The validation controls require additional files from the webserver. On my machine they're installed at: C:\Inetpub\wwwroot\aspnet_client Check to see if those are on the live server. -Brock DevelopMentor http://staff.develop.com/ballen Show quoteHide quote > Hi Friends > i am facing one problume. i am using one Vlidation summary control for > a > web application. but the message box is not working on web server. but > its > working very well on the local mechine. > i dont know what is the reason. So please Help Me......... > > cheears > Rajesh Hi Mr.Brock
Thank you very much for your response. Yes That is the Problem. I upload ?aspnet_client? folder on server Under \HTTDOCS folder. Then my project is not working on server. i remove this folder,after that my project is working well. Hope your response thank you Rajesh Hmm, it's difficult to tell without more information. If that aspnet_client
directory wasn't there, then I'd think that ASP.NET was not propery installed for you website. I'd suggest running "aspnet_regiis /i". This tool can be found in your .NET framework directory. On my machine that's: C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 -Brock DevelopMentor http://staff.develop.com/ballen Show quoteHide quote > Hi Mr.Brock > > Thank you very much for your response. > Yes That is the Problem. > I upload ?aspnet_client? folder on server Under \HTTDOCS folder. > Then my project is not working on server. i remove this folder,after > that > my project is working well. > Hope your response > thank you > Rajesh
CustomValidator
Itemplate sample : Access controls on postback User control change a web control in jscript stuck: I cant reach usercontrol's class .. Treeview control in VS2003 PersistenceMode Images in DropDownList TextBox controls determining if text is highlighted or selected About the <Asp:Image> |
|||||||||||||||||||||||