Forum: VB.NET Jul 14th, 2009 |
| Replies: 0 Views: 136 i have a website uploaded at server and when i run that site (on click of add to cart button) it gives error SERVER APPLICATION UNAVAILABLE so can u help me whats the problem is |
Forum: VB.NET Jul 4th, 2009 |
| Replies: 2 Views: 220 i have a problem in dropdown :suppose i select id from dropdown then i want name of the employee is displayed matched with that id is displayed in textbox : i have use the following code
con = New... |
Forum: VB.NET May 18th, 2009 |
| Replies: 1 Views: 489 I have problem in my project ,that is ,i want that time clock is reduced by a specific time suppose in online exam given time is alloted and after a specified time admin will block the exam ,so i... |
Forum: VB.NET May 7th, 2009 |
| Replies: 1 Views: 207 I have ask this query many times but there is no reply |
Forum: VB.NET May 7th, 2009 |
| Replies: 1 Views: 207 i want to add new row in datagridview and i have made
AllowUserToAddrows in page load false and i want that when in gridview the column index is 4 then i want that a new row is created and in every... |
Forum: VB.NET May 5th, 2009 |
| Replies: 0 Views: 835 Sir actually i want to know that when i press enter key then column value is incremented and i want that when i reach to column index 4 then a new row is created in datagridview and again this... |
Forum: VB.NET Apr 29th, 2009 |
| Replies: 0 Views: 896 Private Sub DataGridView1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles DataGridView1.KeyDown
If e.KeyCode = Keys.Enter Then
... |
Forum: VB.NET Apr 29th, 2009 |
| Replies: 6 Views: 309 thanku for thias it is working , next i want to set focus from one cell to another of datagridview on pressing enter in datagridview cell |
Forum: VB.NET Apr 29th, 2009 |
| Replies: 0 Views: 185 sir
I want that when i press enter in any cell of datagridview i want that next cell value is focused and i edit that value .Means how i set focus to any cell on pressing enter and in which event... |
Forum: VB.NET Apr 29th, 2009 |
| Replies: 6 Views: 309 con = New OleDbConnection(constr) adpt = New OleDbDataAdapter("select * from drs_entry_list where drsno='" + DrsnoToolStripTextBox.Text + "' order by srno", con)
ds =... |
Forum: VB.NET Apr 28th, 2009 |
| Replies: 6 Views: 309 if i set enable adding to false it gives error index out of range |
Forum: VB.NET Apr 28th, 2009 |
| Replies: 1 Views: 177 i am developing windows application project
i want that in a datagridview if there is data in the first row ,then i want that if i enter then that above row is copied as next row below the first... |
Forum: VB.NET Apr 28th, 2009 |
| Replies: 6 Views: 309 sir i am developing application in windows so i want that when i serach data that data then that data is dislpayed indatagridview when i am doing that thecvdata is displayed but there is one blank... |
Forum: VB.NET Apr 28th, 2009 |
| Replies: 4 Views: 301 sir from this code i didn't get my answer actually
i want that suppose ina list thereare 3 items like
agra
allahabad
aligarh
and when i type ali the aligarh word is on the topmost of the... |
Forum: VB.NET Apr 27th, 2009 |
| Replies: 1 Views: 413 sir i have combobox in that when i type the words , i want that that type word will match the combobox and diaplay in combobox
LIKE Suppose
there are station :allahabad
... |
Forum: VB.NET Apr 27th, 2009 |
| Replies: 4 Views: 301 I am developing a project in which i have combobox in that there are list of station and i want that when i type the words that will match to that station and that station is selected in combo box |
Forum: VB.NET Mar 26th, 2009 |
| Replies: 0 Views: 212 how to separate text like this
DELHI--->>>>23
I want that delhi and no 23 is displayed in 2 different textbox
in vb.net sir plz help me for that |
Forum: VB.NET Mar 26th, 2009 |
| Replies: 0 Views: 217 i want to call dropdown in datagrid in Windows Application and also want to save that value in database how to do that |
Forum: VB.NET Mar 21st, 2009 |
| Replies: 1 Views: 403 I am making project in C# and i want that if i add some data in table so can u plz tell me that,how data is imported in excel sheet. |
Forum: VB.NET Mar 21st, 2009 |
| Replies: 0 Views: 241 I have a form of items in which there are categories :dairy,kitchenetc
if i add items name under dairy, kitchen then i want that under dairy category all items name are displayed and category dairy... |
Forum: VB.NET Mar 9th, 2009 |
| Replies: 0 Views: 182 Suppose i have index.html page then in that page here is login section and after login when i click the sign in linkbutton then reg.aspx page is displayed in the same html page in full screen .... |
Forum: VB.NET Feb 21st, 2009 |
| Replies: 1 Views: 295 sir,
Can u please tell me how to make first letter capital and rest small in textbox |
Forum: VB.NET Feb 21st, 2009 |
| Replies: 3 Views: 1,015 thanks for the reply
I have one more query that how to make first letter capital and rest small in textbox during input of data. |
Forum: VB.NET Feb 20th, 2009 |
| Replies: 3 Views: 1,015 Sir ,
plz tell me how to display current date in report viewer in vb.net |
Forum: VB.NET Feb 19th, 2009 |
| Replies: 1 Views: 324 Sir ,
I have 3 dropdown in first dropdown i have employee id and if i select that id ,related data is displayed in other two dropdown but problem is that i have use coding in the... |
Forum: VB.NET Feb 3rd, 2009 |
| Replies: 1 Views: 358 sir ,
I have an application in that i have 3 dropdown in which i have entered day ,month ,year separately and in database i have stored this date in combined form suppose2/3/2009.so when i want... |
Forum: VB.NET Jan 23rd, 2009 |
| Replies: 1 Views: 386 Sir,
I am using gridview and in that i have a column of url .so i want that if i click on the url that webpage is opened so how i do that |
Forum: VB.NET Jan 5th, 2009 |
| Replies: 1 Views: 374 How to call outlook express in vb.net application |
Forum: VB.NET Jan 3rd, 2009 |
| Replies: 0 Views: 257 I have an application in that i have a gridview in that gridview i have a textbox and the textbox changes to dropdown and when i select value from dropdown that value goes to database ,how can i... |
Forum: VB.NET Jan 3rd, 2009 |
| Replies: 0 Views: 372 I have an application in that I have a form in which news are rolling up and i have taken gridview in that gridview news are rolling and i want to insert new event in that gridview.How can i do... |
Forum: VB.NET Dec 27th, 2008 |
| Replies: 1 Views: 348 sir
I have an application form in that i have a database in access and i want that if i click in a button of back up then that database is saved as backup |
Forum: VB.NET Dec 26th, 2008 |
| Replies: 1 Views: 316 sir
I have a application in that i have 3 dropdown 1:dept 2: subdept 3: desig and when i select dept then subdept dropdown gets its value and when subdept is selected then desig dropdown gets... |
Forum: ASP.NET Dec 22nd, 2008 |
| Replies: 4 Views: 878 thank u sir this will helpme a lot |
Forum: VB.NET Dec 18th, 2008 |
| Replies: 1 Views: 332 Hi Friends
I am using crystal report, when i click button1(for switcing to print page) so the printing form becomes infront, but when i click on print button of that form & get printout,imidiately... |
Forum: ASP.NET Dec 17th, 2008 |
| Replies: 1 Views: 405 sir
I want to know how to make any checkbox value to be checked
in the form load event using vb.net |
Forum: ASP.NET Dec 17th, 2008 |
| Replies: 0 Views: 390 sir
I am a developer and i have one problem when i am taking out a print of any report then print report window minimises and i have given the back button on that form due to this that... |
Forum: ASP.NET Dec 17th, 2008 |
| Replies: 4 Views: 878 sir
I want to know how to call any exel sheet in asp.net |
Forum: ASP.NET Dec 17th, 2008 |
| Replies: 1 Views: 446 Sir
I am a developer so i want to know how to upload any file in server using asp.net .please do me a favour for this. |
Forum: ASP.NET Dec 15th, 2008 |
| Replies: 1 Views: 406 Hello Sir
I have a problem in uploading a file in server ,so can u tell me how to upload any file in server.Suppose if i want to upload any resume in my asp page then tell me how to... |