Search results for query: *

  • Users: r4k35h
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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.
  4. 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...
  5. 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...
  6. 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
  7. 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...
  8. 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...
  9. 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
  10. 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