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 strongm 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: *

  1. haroonkhalid

    Passing WebForm data to another WebForm in different project

    yeah you are right ... let me elaborate it in little detail. i have one ASP.NET project named FIRST-APPLICATION that has one web form named FIRST-PAGE.ASAPX and there is button on this page. on button press, I want to pass data and controls information to another web form SECOND-PAGE.ASPX in...
  2. haroonkhalid

    Passing WebForm data to another WebForm in different project

    hi again ... I am trying to pass data from one webform in first project to another webform in second project but it throws an error while that page call works fine if i use the following line Response.Redirect("../SecondProject/SecondPage.aspx"); how may i be able to pass this...
  3. haroonkhalid

    how to pass data from one ASPX page to another like form submission

    hi all ... i m writing this to know that how to pass form data from one aspx page to another. like i have form on one page with abt 10 web controls and button to submit it. when i submit the button i need this data to be shown or processed on other page. the form is by default submitted to...
  4. haroonkhalid

    How to open new browser window from ASP.NET code ???

    hi .. i want to open new pop up window on button click after fetching some data from server in ASP.NET. How could i do it in ASP.NET code written using VB.NET language like function button_click(...) ' do some calculations and data manipulation ... open new window with new URL ... for example...
  5. haroonkhalid

    Limitations of Microsoft .NET Framework

    Is there any other limitation like migration of .net application from one server to other or some compatibility issues with other programs in other languages like java, c++ or anything comes under limitations area.
  6. haroonkhalid

    Limitations of Microsoft .NET Framework

    Jan, thnx for ur reply but i think for the installation of .net framework, i have to have windows 2000 server with IIS running over it. but ur reply gives me idea that .net framework may be installed on simple windows. is it right ???
  7. haroonkhalid

    Limitations of Microsoft .NET Framework

    hi, I want to have some information about the limitations of microsoft .NET framework, e.g. it runs only on microsoft windows 2000 version or something like that ....
  8. haroonkhalid

    Limitations of Microsoft .NET Framework

    hi, I want to have some information about the limitations of microsoft .NET framework, e.g. it runs only on microsoft windows 2000 version or something like that ....
  9. haroonkhalid

    Limitations of Microsoft .NET Framework

    hi, I want to have some information about the limitations of microsoft .NET framework, e.g. it runs only on microsoft windows 2000 version or something like that ....
  10. haroonkhalid

    what are adnvatages and disadvantages of .NET for Web Services

    .NET provides support for Web Services development. Is there any list of advantages and disadvantages of Web Service development using .NET and its running on .NET framework. something like state management, transaction handeling etc ... AND How ASP.NET is desirable tool for Web Service...
  11. haroonkhalid

    when to choose microsoft .NET framework for development

    Yes you both are right, one may choose this by comparing it with other technologies. But what I was looking for any personal expereince with MS .NET application development and based on his/her personal expereince, any list of recomendations for choosing or not choosing that framework for...
  12. haroonkhalid

    how can I perform any action on browser window close

    hi all ... i m trying to perform any action on HTML document when browser is closed either from X sign on right top or from file menue, file -> close. there is one option that i override onUnLoad mothod but it is fired on every referesh and redirection as well. I want my function to be executed...
  13. haroonkhalid

    when to choose microsoft .NET framework for development

    hi all, i am taking up a study for Microsoft .NET framework. I want to get some help that what are those factors which help architecture team to decide that WHEN TO CHOOSE MICROSOFT .NET FRAMEWORK FOR DEVELOPMENT AND WHEN NOT TO CHOOSE. if there is any such comparative analysis available or...
  14. haroonkhalid

    when to choose microsoft .NET framework for development

    hi all, i am taking up a study for Microsoft .NET framework. I want to get some help that what are those factors which help architecture team to decide that WHEN TO CHOOSE MICROSOFT .NET FRAMEWORK FOR DEVELOPMENT AND WHEN NOT TO CHOOSE. if there is any such comparative analysis available or...
  15. haroonkhalid

    How to change color of hyperlink on mouseover in NS

    hi, I want the color of hyperlink text changed on mouseover in NS 4.08. Like there is link with text "DETAILS" in blue color and when mouse passes over it, its color should be turned to red and when mouse passed over, it should be back to blue color. As a.hover does in IE. regards...
  16. haroonkhalid

    How to close window by window.close() without confirmation box

    hi, I am trying to close the browser window by javascript:window.close() but it shows up the confirmation box and asks for YES or NO. The page in browser has frames in it. I am running it on IE5 Is there any way to close that window without confirmation box in IE5 (if not in both IE and Netscape).

Part and Inventory Search

Back
Top