the call is not made correct. call the splash screen in the Form1 in the page load and call the form1 in the above code. that should solve your problem Regards. Sudhakar D P
yesimlucky
Posts
-
Form Focus Problem -
Image in Crystal report not visibleCheck the image path. it must localhost change it to a virtual path like "../images/xyz.png" Regards. Sudhakar D P
-
Datalist & usercontrol ?????drag drop them Regards. Sudhakar D P
-
Problem with VS 2005 Development ServerHI, The problem is not with 2003 or 2005. how can you get any image by virtual path without making the folder container virtual. and as per your msg. you are accessing the images outside of the root folder (not a virtual directiory). which makes it simply impossible. correct me if i am wrong. to solve the issue. copy the folder in the root folder if can be done. which would solve the problem. Regards. Sudhaakar D P
-
web service publishingHi, In the code where you are taking reference of the webservice. Change the URL like: MyWebservice myweb = new MyWebservice(); myweb.URL = "http://[NewDomain]/test11/test22ser.asmx"; myweb.MyMethod(); Regards. Sudhakar D P