Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
10
Posts with Downvotes
9
Downvoting Members
4
2 Commented Posts
0 Endorsements
~6K People Reached
Favorite Forums
Favorite Tags

58 Posted Topics

Member Avatar for kanuri1

hi frnds,,,, here i want to access the data base and showing in the grid view without help of datasourse it will shows the error, the error is "The IListSource does not contain any data sources"" here my coding is as follows..... Protected Sub Page_Load(ByVal sender As Object, ByVal e …

Member Avatar for jbisono
0
87
Member Avatar for kanuri1

how to clear a textbox when enter incorrect than correctdata in integer format then at a time to disply validation in asp.net by using vb.net

Member Avatar for crishjeny
0
58
Member Avatar for kanuri1

hi frnds i had got a problem, i want to increase the serial number automatically when page is loaded and it will be inserted into the database at every time when the page is loaded ....... here my coding in page load event is given below,,,,, [code] Protected Sub Page_Load(ByVal …

Member Avatar for crishjeny
0
295
Member Avatar for kanuri1

hi frnds, i had got a problem,,,,,,, when iam retriving the data from database uising an condition it will shows the data appropriately... if the conditional value not in the database it will doesnot show any error....... here iam acessing the data from database using serial number condition,,,,, if the …

Member Avatar for crishjeny
0
102
Member Avatar for kanuri1

hi how i can give session expairy time (about 5 min) in vb.net in pageload event,, pls give me code,,,

Member Avatar for crishjeny
0
102
Member Avatar for kanuri1

hi iam giving a value in text box as " 2010 - 1 " insted of 2010-1 it shows error, please give me the code to avoid blank spaces within a string as given above, iam using asp.net with vb.net please help me.......

Member Avatar for crishjeny
0
292
Member Avatar for kanuri1

hi i wants to create an dll file for removing blankspaces in a given string.......... here iam writing the code but it was not working..... please give me the correct code.... here iam using asp.net with vb.net [CODE]Namespace fillblank Public Class Class1 Private Sub blankspces() Dim a Dim done a …

Member Avatar for crishjeny
-1
261
Member Avatar for kanuri1

hi i wants to import gridview data into excel format.. here iam writing the code but here iam getting the error as "Control 'GridView1' of type 'GridView' must be placed inside a form tag with runat=server." here my code is given below please correct the code......... [CODE]Protected Sub Page_Load(ByVal sender …

0
43
Member Avatar for kanuri1

I'm retrieving immediate next record from database table using empcd(employeecode) [for which code is given below]. I wanna retrieve "next record" details from SQL SERVER 2005 with a Button Click Event but not using "EMPLOYEE ID". (SqlClient.SqlConnection) i want to access database table nextrecord directly using either query or Logic. …

Member Avatar for reach_yousuf
0
101
Member Avatar for kanuri1

hi how to give hyper link to inside of the gridview columns......... here my code is given below but it was not working properly..... please give me the correct code......... [CODE] Private Sub fillgrid() Dim Hyper_Column adp1 = New SqlDataAdapter(" select vendorcode , vendorname as 'Vendor_Name' from vendor_master", con) adp1.Fill(ds, …

Member Avatar for jbisono
0
117
Member Avatar for kanuri1

please give me any website address for how to deployement of an website..................in asp.net using vb.net. thank you.......

Member Avatar for kvprajapati
0
31
Member Avatar for kanuri1

hi i wants to create an dll file for displaying selected data form database by using a gridview. for this iam creating a dll file , in that how to declare gridview1 ,,,, here my codeing is given below ..... please correct errors.... [CODE]Imports System Imports Microsoft.VisualBasic Imports System.Web Namespace …

Member Avatar for kvprajapati
0
101
Member Avatar for kanuri1

hi anyone please give me the dll code for converting date format mm/dd/yyyy into dd/mm/yyyy. here iam using asp.net with vb.net... hi it was very urgent please help me.....

Member Avatar for kvprajapati
0
131
Member Avatar for kanuri1

hi any one try to tell me,, i created a button control ,, by double clicking only the process was going on,,when iam single click the button nothing is to be happenend,,so i want to change into single click insted of double click........ here my coding is given below....... [code] …

Member Avatar for Ramesh S
0
145
Member Avatar for kanuri1

hi, plese give me the coding of a dll file for comparing two textboxes with date content in asp.net( using vb.net)........... urgent.......

-1
52
Member Avatar for kanuri1

hi any body tell me , how to create a dll file in asp.net using vb.net or please give me any websites for creating dll files in asp.net using vb.net.................

Member Avatar for kvprajapati
0
302
Member Avatar for kanuri1

Hallo everyone.. can anyone assist me on how to disable previous date on the asp.net calender. i create this application using microsoft visual web developer 2005 express edition.. the calender i expected is will automatically disabled the previous date. eg. today is 23/3/2010. the calender will disable the all the …

Member Avatar for apegram
0
131
Member Avatar for kanuri1

hi here i wants to show the room numbers by using the following code but it is not working. here iam giving the code plese give the proper coding [CODE] Dim conn As New SqlConnection(ConfigurationManager.ConnectionStrings("guest1").ConnectionString()) conn.Open() Dim da As New SqlCommand("select room_no from guesthouse where room_no not in(select room_no from …

Member Avatar for madmital
0
81
Member Avatar for kanuri1

hi iam getting in date_of_arr field crystal reports like, [U]date_of_arr[/U] 2/2/2010 12:00:00AM i wants to get only 2/2/2010,,,,,,,,, how it is possible........... help me pls........... give me any sites ,,,,,,,,,for solving this problem.........

0
46
Member Avatar for kanuri1

hi i wants the code cor calulating multiplication operation,values taken from two text boxes and the resultant is stored in another text box.......... here iam using asp.net with vb.net..... please help me..........

Member Avatar for apegram
-2
72
Member Avatar for kanuri1

why this code is not working........ here iam givin two radio buttons. if first one is selected one text box is displayed. if second is selected one text box is displayed . here my coding is given below please correct it........ [CODE] If yes.Checked Then nicstaff = "Y" ElseIf no.Checked …

Member Avatar for mail2saion
-1
73
Member Avatar for kanuri1

hi i want to show the message box using database conditions,,,,, here my coding is given below......... [code] Protected Sub roomno_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles roomno.SelectedIndexChanged Dim conn As New SqlConnection(ConfigurationManager.ConnectionStrings("guest1").ConnectionString()) Try conn.Open() Dim dr As System.Data.SqlClient.SqlDataReader Dim da As New SqlClient.SqlCommand("select room_no from guesthouse WHERE …

Member Avatar for kanuri1
0
126
Member Avatar for kanuri1

help me please........... here iam writing code for client side validations....... but the code is not properly working..... it will not show any error messages....... here my code is given below..... iam working asp.net with vb.net sql server database..... please check my code and give me the correct code........... [code] …

0
57
Member Avatar for kanuri1

hi iam getting date as like '1/01/2010' from a dateofarrival(name of text box id) ....... i want to replace the ' from '1/01'2010'., iam interested to show as like 1/01/2010......... plsa help me,,,,,,,,,, here iam using asp.net with vb.net ........ here my coding is..... [code] Response.Redirect("check availability.aspx?ardate='" & dateofarrival.Text & …

Member Avatar for apegram
0
88
Member Avatar for kanuri1

hi, its very urgent for me, hi , i wants to show the label when status='C' and 'F' (selected from the database) here i want to show the label message as like "rooms 2 (status ='C' ) and 3 (status='F') are free" by using database conditions......... here iam using sqlserver …

0
61
Member Avatar for kanuri1

hi pls tell me this command is correct or not..... if wrong give me the correct command....... [code] "insert into guesthouse(status) values ('C' where (date_of_arr <= getdate() and date_of_dept<=getdate()) or 'O' where(date_of_arr <= getdate() and date_of_dept >= getdate() or 'S' where (date_of_arr >= getdate() and date_of_dept >= getdate())[/code] here iam …

Member Avatar for verruckt24
0
55
Member Avatar for kanuri1

hi,i want to insert booking_no as combination of year and sno(year/sno) into database here iam giving the code as follows,,,,,,,,, here sno(serial number is automatically generated when page is loaded) started from 1......... [CODE] Dim conn As New SqlConnection(ConfigurationManager.ConnectionStrings("guest1").ConnectionString()) Dim booking_no, sno As String If Len(sno) = 1 Then sno …

Member Avatar for reach_yousuf
0
69
Member Avatar for kanuri1

hi,i want to insert booking_no as combination of year and sno(year/sno) into database here iam giving the code as follows,,,,,,,,, here sno started from 1......... [CODE] Dim conn As New SqlConnection(ConfigurationManager.ConnectionStrings("guest1").ConnectionString()) Dim booking_no, sno As String If Len(sno) = 1 Then sno = "0000" + CStr(sno) End If If Len(sno) …

Member Avatar for Pari13
-1
61
Member Avatar for kanuri1

hi iam insert the data into data base at run time through grid view ..... here iam write the coding but there is no errors......... here the problem is the grid view is can't be displayed at run time........... pls help me very urgent.... here my coding is given below.......... …

Member Avatar for chandru7
0
104
Member Avatar for kanuri1

hi iam gettin error like........ "The DataSourceID of 'gridview1' must be the ID of a control of type IDataSource. A control with ID 'SqlDataSource' could not be found." here my coding is given below.......... [CODE] <asp:GridView ID="gridview1" runat="server" AutoGenerateColumns="False" DataSourceID="SqlDataSource" DataKeyNames="gp_no" ShowFooter="true" > <Columns> <asp:TemplateField HeaderText="gp_no"> <ItemTemplate> <%#Eval("gp_no")%> </ItemTemplate> </asp:TemplateField> …

Member Avatar for reach_yousuf
0
90
Member Avatar for kanuri1

hi pls tell me this command is correct or not..... if wrong give me the correct command....... [CODE] "insert into guesthouse(status) values ('C' where (date_of_arr <= getdate() and date_of_dept<=getdate()) or 'O' where(date_of_arr <= getdate() and date_of_dept >= getdate() or 'S' where (date_of_arr >= getdate() and date_of_dept >= getdate()") [/CODE] here …

Member Avatar for reach_yousuf
0
60
Member Avatar for kanuri1

hi iam using to insert data into database by using gridview,,,,, i have coding in c#.net please convert this code into vb.net here my coding is given below [CODE] using System; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Collections.Generic; using System.Data; using …

Member Avatar for vimalrasa
0
101
Member Avatar for kanuri1

hi iam written the update commands very strengthly........ please short them..... here my commands are....... [CODE] conn.Open() Dim insert1 As New SqlClient.SqlCommand("update guesthouse set check= 'C' where (date_of_arr >= getdate() and date_of_dept >= getdate()) ", conn) Dim insert2 As New SqlClient.SqlCommand("update guesthouse set check= 'O' where (date_of_arr <= getdate() and …

Member Avatar for vizy
0
114
Member Avatar for kanuri1

hi iam trying to insert data into databse through gridview ....... there is no errors showing.............. here the problem is that the grid view cannot be displayed at runtime.. here my coding is given below.......... pls help me......... [CODE] <asp:GridView ID="GridView1" runat="server" style="z-index: 100; left: 44px; position: absolute; top: 41px" …

0
80
Member Avatar for kanuri1

please help me how to insert data into database by using grid view here iam using asp.net with vb.net database sqlserver-2005 give me any code or suggestions....... pls help me urgent...........................

Member Avatar for Pari13
0
112
Member Avatar for kanuri1

hi iam getting error like "Conversion from string "0/" to type 'Double' is not valid." in the underline part of the coding .......... here iam using sqlserver-2005 here my coding is [CODE] Protected Sub save_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles save.Click Dim conn As New SqlConnection(ConfigurationManager.ConnectionStrings("guest1").ConnectionString()) Dim …

Member Avatar for kvprajapati
0
82
Member Avatar for kanuri1

hi i want to show the grid view in another web page when button is clicked,,,,, here iam using sqlserver-2005, here my code is given below [CODE] Protected Sub chkavail_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles chkavail.Click Dim a As String Dim b As Boolean Dim dr As …

0
80
Member Avatar for kanuri1

hi, i had got a problem when iam using to show the crystal reports using an condition it was not working properly ,,,,,, here my code is given below ,,,,,, iam using sqlserver..... [CODE] Protected Sub search_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles search.Click Dim cryRpt As New …

0
54
Member Avatar for kanuri1

hi, pls help me how to generate crystal reports in asp.net using vb.net database is sql server.. any internet sites..

Member Avatar for pauldani
0
166
Member Avatar for kanuri1

hi, i got an problem i wants to update the serialnumber in the database, if i was updating the serial number as (for eg: 3 in place of 4), it was updated. if i was updating the serial number as 3 in place of 4.. here serial number 3 is …

Member Avatar for kanuri1
-1
101
Member Avatar for kanuri1

hi, i was got an error, iam using a code to auto increment of serial number, but the problem is selecting the serial number from the database it was insremented from first number itself like as 1,2,3 it was incremented from 1 itself,, i wants to increment the data from …

Member Avatar for pauldani
0
91
Member Avatar for kanuri1

hi frnds, i was a get a problem, i want to update the serialnumber by using a text box,,,, suppose i am updating the serial number as 3,,,,it was updated,,,, but if i wants to update the serial number as 4 ,that is already in the database it is also …

Member Avatar for reach_yousuf
0
101
Member Avatar for kanuri1

hi how to insert default year in database by uing a textbox in button click event. here iam asp.ent with vb.net database is sqlserver-2005. pls give me code

Member Avatar for reach_yousuf
0
92
Member Avatar for kanuri1

hi frnds,, happy christmast to one and all, i had got one problem,,, i want to shift the numbers from one field to another field .at that time the data base fields are shifted and are to be updated......this will happened when button is pressed......... pls give me the code.......... …

-1
50
Member Avatar for kanuri1

hi frnds,,,, here i want to access the data base and showing in the grid view without help of datasourse it will shows the error, the error is "The IListSource does not contain any data sources"" here my coding is as follows..... [CODE]Protected Sub Page_Load(ByVal sender As Object, ByVal e …

0
71
Member Avatar for kanuri1

hi frnds, i had gota problem, i get the date in mm/dd/yyyy format only........... when iam accessing date from database in dd/mm/yyyy format itg gets error.. the error is as "Arithmetic overflow error converting expression to data type datetime." here my code is given below [code] <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" …

Member Avatar for Oxiegen
0
282
Member Avatar for kanuri1

hi how to insert default year into the database here my coding is given below Dim connstr As String connstr = ConfigurationManager.ConnectionStrings("guest1").ConnectionString() Dim conn As New SqlConnection(connstr) Dim year As Integer conn.open() Dim insert As New SqlClient.SqlCommand("insert into guesthouse(year) values('" & year & "')", conn) insert.ExecuteNonQuery() conn.close() here iam using …

0
50
Member Avatar for kanuri1

hi frnds, when iam accessing the data from database in mm/dd/yyyy format and displaying in gridview it is possible to acesss,,,,,,,,,,but when iam accessing the data wsing date in dd/mm/yyyy format it doesn't show any data and gives error as "Arithmetic overflow error converting expression to data type datetime." but …

0
74
Member Avatar for kanuri1

hi frnds, when iam accessing the date ,,,it willshow both date and aswell as default time. iam only accessing the date,,,,, here my coding is given below........ [code] <asp:GridView ID="GridView1" runat="server" BackColor="White" BorderColor="#CC9966" BorderStyle="None" BorderWidth="1px" CellPadding="4" DataSourceID="SqlDataSource1" Style="z-index: 103; left: 288px; position: absolute; top: 256px" AutoGenerateColumns="False"> <RowStyle BackColor="White" ForeColor="#330099" /> …

Member Avatar for mail2saion
0
94
Member Avatar for kanuri1

hi frnds i had got a problem, i want to increase the serial number automatically when page is loaded and it will be inserted into the database...... pls reply me answer.... here i use vb.net coding.........

Member Avatar for Ezzaral
0
136

The End.