Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Saud AKhter

@Saud AKhter
About
Posts
21
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Response.WriteFile and Modal window Issue
    S Saud AKhter

    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

    ASP.NET help question

  • reporting by crystal report
    S Saud AKhter

    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

    Database database question

  • How can i use ajax update panel with content place holder
    S Saud AKhter

    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

    ASP.NET question announcement

  • TreeView asp.net 2.0
    S Saud AKhter

    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

    ASP.NET csharp asp-net visual-studio sysadmin data-structures

  • Opposite of the SQL "IN" statement?
    S Saud AKhter

    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

    Database database question

  • Issue with data set
    S Saud AKhter

    Google on cocurrency issue with dataset for this. There are plenty of workaround available in this workaround.

    saud

    Database help database question

  • GridView
    S Saud AKhter

    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

    Database css database question

  • reporting by crystal report
    S Saud AKhter

    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

    Database database question

  • popup window in mobile web page
    S Saud AKhter

    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

    Mobile javascript architecture help question

  • popup window in mobile web page
    S Saud AKhter

    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

    ASP.NET javascript architecture help question

  • popup window in mobile web page
    S Saud AKhter

    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

    Mobile javascript architecture help question

  • How can I run Client Side Winform Application by using ASP.Net
    S Saud AKhter

    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

    ASP.NET csharp asp-net tutorial question

  • Help! Mobile web forms
    S Saud AKhter

    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

    ASP.NET asp-net mobile help question

  • How to generate crystalreports in ASP.NET?
    S Saud AKhter

    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

    ASP.NET csharp asp-net tutorial question

  • How to generate crystalreports in ASP.NET?
    S Saud AKhter

    hope this link will help you www.codeproject.com/useritems/crCode.asp saud

    ASP.NET csharp asp-net tutorial question

  • displaying crystal report on web form
    S Saud AKhter

    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

    ASP.NET help question

  • article req
    S Saud AKhter

    can anybody send me article on line segmentation and normalization of characters for ocr application thanks in advance saud

    Article Writing

  • interfacing scanner
    S Saud AKhter

    how can i interface my scanner with vb.net saud

    Visual Basic csharp question

  • character segmentation
    S Saud AKhter

    how character images can be segmented. how can i interface my scanner through vb.net saud

    Visual Basic csharp question

  • character segmentation
    S Saud AKhter

    can some body mail me character segmentatio code for OCR saud

    Visual Basic
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups