Search results for query: *

  • Users: venky
  • Content: Threads
  • Order by date
  1. V

    date field problem

    hi I am run small sql command to extract the data from oracle from vb.net.But my problem is, while executing the command it displays the error msg as day of month should be 1 and last day of the month.but the same command execute on oracle it works very fine.What's the problem. Please...
  2. V

    How to change the TextBox height

    hi My problem is i want to change the textBox height whic is already set as 25 in VS 2005 i want to change this to 15.How is it possible, if any body having the idea regarding this please help me. Thq...
  3. V

    Add textbox to the panel for each buton click

    Hi My task : I want to add new textbox to the exixting panel for each click on the button. Error : For add new textbox the previous textbox was disappear. Please help me how can reach my target.
  4. V

    How to get the current page textbox text

    Hi My problem is in the textbox control i was print sth.I want to print this text in the same page after post back(i. buton click).How is it possible . plz help me.
  5. V

    Dynamic addition of control to the placeHolder

    Hi Here is my code in the page.ispostback dim t as new TextBox t.id="Td"&ViewState("ind") t.text="TB"&ViewState("ind") 'PlaceHolder1.Controls.add(t) i=Convert.int16(ViewState("ind"),Tostring()) PlaceHolder1.Controls.addat(i,t) viewState("ind")+=1 With the above code each time i was...
  6. V

    Random no. generation

    hi first of all thqs to all,If any one having the idea regarding the random numbers generation code plz help me.
  7. V

    Interview FAQ

    hello Anybody having the idea regarding the interview FAQ website or documentation please help me. Thanq venkat
  8. V

    How to open the attached item in the application button click

    First of all i thank full to all. actually my problem is ,In my application Added NEW text item .I want to view this text file after btn click. Please any one have an idea regarding this please help me.
  9. V

    How to select the folder only

    Hi I am doing the small project in VB.NET.In this i want to select the folder only(not file).Is there any control to select the folder, like openfile dialogbox for select the file. Actual my requirement is, I want to surf the total folder which ever i was selected. Any one have any idea...
  10. V

    Oracle insertion error while win98 is used as client

    hi here i am facing peculiar problem i.e I was developed a project in vb.net in that one text file option is there. In the text file upload i was using the split option It is working fine in the win2000 PC. but when i am trying to upload the same text file from win98 PC as client it shows...
  11. V

    Data access error in win98 Executable file

    hi friends i am facing a problem while setup the ADO project in win 98 PC.It shows the error msg as " The .net data OLEDB provider requires Microsoft Data Access Components(MDAC) version 2.6 or later" How can i rectify this error in win98 pc ,plz help regarding this one.. thq...
  12. V

    Error in connection to database

    hi friends here i am facing a different problem i.e 1. cs = "provider=MSDAORA.1;password=tiger;User ID=scott;Data Source=" 2. cs = "Provider=OraOLEDB.Oracle;Password=tiger;Persist Security Info=True;User ID=scott;Data Source=" In the above two strings first one is not working , but...
  13. V

    By pressing enter btn on the form some msg has to be displayed

    hi I am doing a small project.Here my question is after enter sth in the password textbox later just pressing the Enter button with out selecting any buton it will display some msg.How is it possible. Please help me regarding this...
  14. V

    Framework installation in win98 PC

    Hi My problem is ,I was developed a small project in VB.NET. now i want to run in the wi8ndows 98 Pc.For that i was try to install the frame work in win98 PC, but it woun't take. If any one have idea regarding this plz help me with full details and description.
  15. V

    How to change the msgbox font and style

    hi guys and galz Recently i was done a small project on VB.NET. In the All msgbox's appearence is same.I want to make it different appearence and different font for diffent forms. Is it possible.If any one having idea regarding this pls help me.. thks...
  16. V

    How to change the msgbox font and style

    hi I was done a small project in VB.NET but one draw back i found in this is for all msgbox are same .I want to customise the msgbox.If any one having the idea regarding this please help.. thanks
Back
Top