I am downloading an excel file to client PC using Response.writefile method. This method works fine if i open my page using window.open but its not working on modal window. can anybody help me in this regard? Your help is appreciated.
saud
I am downloading an excel file to client PC using Response.writefile method. This method works fine if i open my page using window.open but its not working on modal window. can anybody help me in this regard? Your help is appreciated.
saud
Hi pardeep , Multi detail section is your only solution. have u tried that. if u need assitance of how to add multiple detail section let me know.
saud
go for server.transfer instead of using AJAX. Ajax is not designed for this purpose. Remember Master Page is not like a static page which can persists while content pages keep changing. Every time a content page is requested master page in initialized and merged with the content page.
saud
extend the treeview class to add onclick attribute to the check box. there is one similar example in codeproject where a guy added a onclick attribute to datarowitem in grid view. http://www.codeproject.com/useritems/GridviewExtender.asp[^] hope that will help regards Saud
saud
Hi Dave, I think u want to select the rows if table contains all the values in your IN statement otherwise no row should be returned. If this is the case then unluckily there is no direct way to cope with this but fortunately you can accomplish this by SP. for example (pseudoCode) 1. variable boolean allValues 2. loop for all value in your IN statment 3. Variable rowcount = select count(*) from table where column = 'your value' 4. if rowcount = 0 then allvalue = false and exit loop else continue with the loop 5. end loop 6. if allValues = false returned no row else returned allrows for the values in your IN statement. Hope that works if this is what you are trying to explain regards Saud
saud
Google on cocurrency issue with dataset for this. There are plenty of workaround available in this workaround.
saud
add hyperlink column to your page in the design time. you can notice smart tag at the righ top edge of the grid. hyperlink column need a url u can give the url of your required page there. do let me know if u need further assistance Regards Saud
saud
you can have multiple detail sections in your report. one more workaround is to change the report to landscape. hope that works. Regards Saud
saud
thanks drofnas can u help me in one more aspect As many of you may know, Windows Mobile 2003 Pocket PC does not actually close applications when you hit the little 'X' in the corner. It basically just minimizes it. I am working on an web application that requires a user to login (via a wireless network) whenever they start up the program. The problem that exists, is that if a user logs in and uses the system and then thinks that they closed it; another user could come along and start the program right up where the previous one left off under the previous user's username! Any suggestions? any help in this regard will be appreciated. saud
hi all i am developing a PDA application. i want to have a popup window to display the help. i have done it in javascript function function show_popup() { var p=window.createPopup(); var pbody=p.document.body; pbody.style.backgroundColor="lime"; pbody.style.border="solid black 1px"; pbody.innerHTML="This is a pop-up!Click outside the pop-up to close. cool"; p.show(0,0,200,50,document.body); return false; } it works fine when i view it in browser but not working on pocket pc emulator please help me in this regard if u guys have better soloution. how can i popup a window in mobile web page thanx in advance saud
hi all i am developing a PDA application. i want to have a popup window to display the help. i have done it in javascript function function show_popup() { var p=window.createPopup(); var pbody=p.document.body; pbody.style.backgroundColor="lime"; pbody.style.border="solid black 1px"; pbody.innerHTML="This is a pop-up!Click outside the pop-up to close. cool"; p.show(0,0,200,50,document.body); return false; } it works fine when i view it in browser but not working on pocket pc emulator please help me in this regard if u guys have better soloution. how can i popup a window in mobile web page thanx in advance saud
hello christian i am facing same kind of problem. i need to call a VB exe file located on my server from my asp.net page. This exe will run on server. i have tried shell("path") and system.diagnosis.process.start("path"), but iam out of luck when i see task manager, exe is appearing under process tab but its not appearing in application tab. any help in this regard is highly appreciated. thanx in advance saud
Is _JavaScript supported by Mobile Web Applications....if any one has used please send me the code and describe its behaviour. I have to give pop-ups etc b4 continuing to the next page or if any other way to display dialog ("Do you want to continue?", yes, no) sort of anything in mobile app. please reply. thanx in advance saud
ur question is not clear are u gettting error during compilation or its occurs during execution. if its occurs during execution than it may be some dll conflict. i have never experience this error prompt. for further info u can visit the following link www.businessobjects.com thanx saud
hope this link will help you www.codeproject.com/useritems/crCode.asp saud
i am displaying crystal report on a web form and i am receiving error keycodev2.dll missing or invalid key code. how can i resolve this error any help in this regard is highly appreciated thanx in advance saud
can anybody send me article on line segmentation and normalization of characters for ocr application thanks in advance saud
how can i interface my scanner with vb.net saud
how character images can be segmented. how can i interface my scanner through vb.net saud
can some body mail me character segmentatio code for OCR saud