Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Sidrp
  • Order by date
  1. Sidrp

    Handling COMException

    I am just catching Exception and throwing. Nothing great..how do you use GetbaseException? Can you give an example..
  2. Sidrp

    Handling COMException

    I am working on an ASP.net application that is communicating with a COM Object. When ever the COM Object errors out I am catching the error and throwing it to fiannaly handle in Application_ONError. The problem is once the error is raised beyond the routine where it was causd, the Error thrown...
  3. Sidrp

    Sessions in HttpModule

    yes..I am using HttpContext.Current. I need to know in which methods should I retrieve the sessions and in which I should write so I can use them at runtime, at this point, they are not available at run time. Thanks
  4. Sidrp

    Sessions in HttpModule

    Hi All, I am working on a web application where I am re-routing requests for a page to another page which manipulates the requested page's content and displays it. I have written an HttpModule to trap the requests to these pages, I need to svae the URL in session before I redirect the user to...
  5. Sidrp

    Copy one page content to a new page on the fly

    Thanks for the quick reply. Unfortunately we dont have any control over the Main Site, its designed and controlled by a different department. We need a generic solution where the changes to parent site are minimal. Thanks again.. Any more thoughts?
  6. Sidrp

    Copy one page content to a new page on the fly

    We are starting to plan a new project. We need to determine the feasiblity of the following scenario. 1. The client has a parent site with asp(classic) and html pages with static content. 2. The client wants his customers to create a sub-site under his site. 3. Each customer will be able to...
  7. Sidrp

    Network Segmenting

    Hello Network Gurus... I have a pretty simple problem and I was hoping someof you had a solution for it.. We have a Small Office network with around 30-40 PCs in a simple workgroup environment and a few wireless access points. There are no Servers per say, all we have are clients with different...
  8. Sidrp

    Connecting to Access DB on Webserver

    Hi VB.Net gurus, I have an issue i need your advise on. I have an ASP.net application running with MS Access deployed on a webserver with a hosting company. I need to have a VB.net application running from the client machine to access this database and print out certain reports on the local...
  9. Sidrp

    DropDownList is driving me Nuts!!!

    Thanks for the prompt reply.. Heres what I am trying to do.. I have a form on the page where a user enters a OrderNo, on clicking a button I am loading a DropDownBox with the list of items in that order. I am using a Dataset to populate the drop down box. Now once the user sees the List, he can...
  10. Sidrp

    DropDownList is driving me Nuts!!!

    Hi All.. I just moved over to VS.net and trying to design an application using ASP.net. I am having some trouble with the DropDownList. 1. The event SelectedItemChanged doesnot fire. 2. I used a button and this also reloads the page. I am sure there are some tags I missed. Any help is...
  11. Sidrp

    Calling a SubRoutine from another

    Hi Fellows.. Heres wht I am trying to do.. I have two buttons in my form. 1. Add to database and print 2. Just Print I have the codes written for both, Heres wht I want to do, whn you click Button 1, it shd execute the SubRoutine 2 and then its own statements as the second subroutine is just a...
  12. Sidrp

    Printing the webform...

    Thanks Thomas.. So since we can not do what I want waht options do I have? I still want to be able to use the duplex mode of the printer to print on the other side of the sheet, that is crucial. Can we do that with PDF? How does it work..give me some idea.. thanks Sid
  13. Sidrp

    Printing the webform...

    Hi Everyone... Heres a situation I need to resolve. I have a web form which the user fills up. I want to save the information in a database, but before that I need to print the form exactly like its seen on the screen. I do not want to use the Client side printing as I need to use the Duplex...
  14. Sidrp

    Associate radiobutton with each table row

    Hi Guys.. Heres something I want to do..Hopefully someone can figure out or point me a way.. I want to generate a list of items from a database table, right now its a simple table with 4 columns..it will get little complicated later..but heres what I wish to do.. I want to show the list of...
  15. Sidrp

    RadioButton Value

    Hi All........ I am struggling with this for a while..I have a dynamically created table with radiobutton as the first column in each row. I want to read the value of the checked radiobutton..but when I try to assign value to the radio button dynamically it says Property Value not found in Class...
  16. Sidrp

    Getting element values

    Hi Thomas, thanks for the reply..wht I am doing is instantiating a new control and then adding it to the table in a do while loop.. I am not sure if this is the right way or not..but I am instantiating new radiobutton in each while loop..it picks up a unique id on its own..all I do it assign it...
  17. Sidrp

    Getting element values

    HI All.. I was basically a ASP programmer trying my hand at ASP.net. I have been struggling with a functionality lately..May be someone can show me the way. I have a table with price list for different category of items..like DIfferent HDD, RAM, Motherboard..I want my user to pick one element...
  18. Sidrp

    Dual Audio Is it Possible?

    Hi.. This might sound abstract, but its for a new upcoming project, I was hoping I could get some help or guidelines to know if its possible at all. I am in the process of developing an application that will run 2 windows with different multimedia contents. I want to be able to listen to the two...
  19. Sidrp

    Dual Audio Is it Possible?

    Hi.. This might sound abstract, but its for a new upcoming project, I was hoping I could get some help or guidelines to know if its possible at all. I am in the process of developing an application that will run 2 windows with different multimedia contents. I want to be able to listen to the two...
  20. Sidrp

    Need help writing a unique Script

    Hi Ralph, well Thanks for the reply..but I think I didnot make myself clear enuf....This script should work on desktop level and not with in a browser..it has to change the way OS sees the Keyboard.. See if this makes it any clear. thanks Sid

Part and Inventory Search

Back
Top