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

  • Users: sunil128
  • Content: Threads
  • Order by date
  1. sunil128

    EditItem Template Not Firing – Urgent!

    Platform - VS2005 C# ASP Hi all I am having a very frustrating time with this problem and cannot for the life of me work out why it isn’t working. I have a datalist with an Itemtemplate and an EditTemplate and all I am trying to trigger the EditItemTemplate to appear when an Edit button is...
  2. sunil128

    Newbie Query - How do you access a textbox inside a Datalist/Repeater?

    Hi all, I am currently passing a number of parameters from one webform to another, these parameters are then used to set/populate textboxes & DDL’s on the receiving webform. This all works fine, however I do not know how to write a value to a textbox that is part of a datalist/repeater? So...
  3. sunil128

    Adding an onClick event to a texbox - What the hell…!!!

    Hi all im still all very new to this area so apologies in advance for the poor explanation of the problem. My app is written VS2005,C# & ASP. I am trying to get an onClick event working with a textbox, but as many of you will probably know that no such event exist with textboxes (which seems...
  4. sunil128

    MSFlexgrid Error 30009 - Invalid Row Value

    I have a VB6 application that runs on a SQL Server database backend and uses an MSFlexgrid control to display a number of records returned from a stored procedure. I am getting the following error: Error number 30009 Error Description: Invalid Row Value Because the users are regularly updating...
  5. sunil128

    Error - Object reference not set to an instance of an object

    Hi all I have another newbie question! Apologies in advacne for my poor explaination of the problem but please bear with me. Anyway I am getting the following error with my application - a VS2005 app written in C# with code behind: “NullReferenceException was unhandled by user code Object...
  6. sunil128

    Meta Refresh and retaining drop down list values

    Hi all, I know there are similar threads, but I still can find the exact answer I need, basically I have inherited a web application from another developer; basically there is a page that holds a repeating datalist, which is populated from a SQL Server database query. On this page the user can...
  7. sunil128

    OnSelectedIndexChanged not working for me

    Hi all, another newbie question, i am using Visual Studio 2005 (ASP.NET 2.0) and C# and i am having a problem using the OnSelectedIndexChanged method and the SelectedIndexChanged method. Basically when i change the the drop down list nothing happpens and it doesnt even go into the...
  8. sunil128

    Urgent! Removed MSCAL.OCX and know i dont know what to do!

    Prior to building & testing a release package for my latest version of my app, i unistalled the previous version installed my PC using the add/remove software utility under the XP control panel. During this process it gave me the option to remove a number of shared components, including...
  9. sunil128

    Multiple instances of the same form?

    Hi all, another very newbie question so apologies in advance, but how do I get multple instances of a form to work? The form (form2) is called by pressing a command button on a another form (Form1).Currently if i go back to Form1 and press the cmdbutton it doesnt create another instance of the...
  10. sunil128

    Visual Studio 2005 Upgrade/Building/Deployment Help Needed

    Please move this to a more appropriate forum if there is one. Hi all I am very new to visual studio 2005 and building web Applications and need some help. We have an existing web application (C#) that was created in visual studio 2003 and we have been given the source code. However we are now...
  11. sunil128

    (very) newbie question - Declaring two classes with the same name

    Hi all this is my first post in this forum, im very new to C#, although I have done a little C++ in the past im still trying to find my feet. So I am just going through a bunch of online tutorials to try & get my head round it. One of these is Microsofts. In the section Classes\Instance...
  12. sunil128

    Basic use of forms + VBModal Issue

    Could someone please give me some (very) basic tips on how to uses forms i.e the appropriate use of form load/ show/ hide/ unload/ modal etc. When should MDI forms be used etc... On top of that I could someone also help me a resolve a related an issue with my app. My app opens with a main form...
  13. sunil128

    Strange justify problem in MSflexgrid

    Doing the usual of using a recordest to populate a MSflexgrid, everything seems okay accept if a value returned begins with a numeric character, because then it decides to right justify that cell, everything else (i.e. begining with an alpha character) is justified normally to the left. Any...
  14. sunil128

    "Invalid Qualifier" error when passing string param to function

    -Compile Error: Invalid Qualifier Hi All I have written a simple function to populate various combo boxes in my application. The comboboxes are on various seperate forms so i decided to create the function as a public function and i wrote it in a global.bas module (not sure if this was the...

Part and Inventory Search

Back
Top