Search results for query: *

  1. R

    passing values....

    Thank You for the reply, But I'm sorry to say that its for a multiple request that i'm looking the answer for
  2. R

    passing values....

    okay then take it as ASP page redirects to HTML page can you help in this scenario???
  3. R

    passing values....

    Hi, I have a trouble with passing values from an aspx page to an HTML page, the conditions put forth to me are that values are inputted to the controls present in a aspx page when a button is clicked the aspx page should close and redirect to a HTML page where some of the inputted values are...
  4. R

    phone and email - user input textbox validation

    I have a problem at this point Return re.SuccessI get success is not a member of 'System.Text.RegularExpressions.Regex'erroris this code applicable to VS 2005
  5. R

    Redirecting to home page incase of a dead link

    Hi, ....well,I was asked by my friend to make a website which is kind of a community website and part of this website is an events page, people get registered to this site and are then are entitled to register for the event,the event is held for say 2-3 weeks and before the event starts each...
  6. R

    ToolTip/NotifyIcon or something else.....Confused

    hmm...then I think I don't have any other go but to start from scratch:eek: anyways thx for the reply;)
  7. R

    ToolTip/NotifyIcon or something else.....Confused

    Anyone Please Reply:confused:
  8. R

    ToolTip/NotifyIcon or something else.....Confused

    well that eg code was just an example code...just don't mind the mouse hover event ...I have done for many other simple events also and i think i have read the tooltip documentation given with VS 2005 but it would be really helpful if someone could get me get the MS office assitant styled...
  9. R

    ToolTip/NotifyIcon or something else.....Confused

    well I had actually tried it before posting this message...I did use the IsBalloon property and all those stuffs eg: Private Sub Label1_MouseHover(ByVal sender As Object, ByVal e As System.EventArgs) Handles Label1.MouseHover ToolTip1.OwnerDraw = True ToolTip1.IsBalloon = True...
  10. R

    ToolTip/NotifyIcon or something else.....Confused

    Hi, I want to get a kind of balloon tip, like the one that MSOffice Assistant shows when You click on it with all those textbox,button controls , on my winform. If You can help please Do Reply.
  11. R

    Get me To add New rows in datagridview

    hi, let me make it short and sweet to understand I have: 1 form,1 datagridview I need : a buttoncolumn which creates a new row after validating 5 fields (4STRINGS,1 numeric)(for now no database connection) What I was able to do: create the column button and make new rows when the button is...
  12. R

    oracle stored procedure & vb.net

    well no i want it to be done programatically i.e using codes
  13. R

    oracle stored procedure & vb.net

    Hi, I would like to request a general code format in vb.net that would help me connect to oracle + get/set/del data from vb.net using stored procedure,which uses all three types of IN,OUT,IN OUT parameters. It would be kind enough if an example for each the following can be given 1) for stored...
  14. R

    stored procedure>querying two tables

    hmm i actually figured out the stored procedure structures but what i actually require now is how to pass parameters from/to vb.net....well ,actually in one procedure i use a reference cursor and i need to retireve the data in the cursor to a textbox and a combo box...if you know how to that can...
  15. R

    stored procedure>querying two tables

    can anyone suggest some ways to create stored procedures to insert/delete/search two to three tables at a time
  16. R

    load data from 5 different tables

    HI, I need some help in vb.net and if anyone can help please do it right here don't link me to another site as my connection is very very slow (8kbps) In “Vb.Net 2005” I want to load data from 5 different tables to a table/datagridview in the form; This is how the table is formed in the db...
  17. R

    datagridview and Edit button

    Hi,I have a problem using the data gridview in VB.NET 2005, the task is to create a datagrid and load a table from a database(which I did),when I click on the unique ID field an Edit button should appear at the end of the row and when that is clicked it should take us to another form/panel...is...
  18. R

    popup winform help please

    Is it possible to create a winform such that when i open a main form the winform pops up and gives me information (or data from database) and also is it possible to give it an effect of growing from a smaller window to its original size
  19. R

    clearing/resetting values

    Thnx for the reply
  20. R

    clearing/resetting values

    Hi to everyone who view this Post I would like to know if it is possible to write a code such that by pressing a button I would be able to clear /reset the values of controls such as textbox,checkbox,combobox etc. if so please provide the code note: if a similar question is already put up...
Back
Top