Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #4K
~4K People Reached

33 Posted Topics

Member Avatar for mshravs

here I have problem. I need the code for creating an answering machine for the landline phone wherein it automatically connects to voice module immediately after 3 rings.

Member Avatar for adam_k
0
135
Member Avatar for mshravs

i have a problem in showing the data in the other page which is saved from one page and should be shown in the other page after immediately saving it. can anyone tell how do it through form collection here is the code [CODE] Protected Sub Page_Load(ByVal sender As Object, …

Member Avatar for crishjeny
0
86
Member Avatar for mshravs

i need the coding for running a cam, taking the picture from it save it in asp.net using vb coding plz help me with this thanks

Member Avatar for rajansoni
0
221
Member Avatar for mshravs

i have a problem when there is no data entered in the database and the data is entered for the first time. then it is giving an error even though the data is get saved. here is the code : [CODE] Protected Sub submit1_Click(ByVal sender As Object, ByVal e As …

Member Avatar for pauldani
0
94
Member Avatar for mshravs

here i'm using crystal reports for passing an integer value and here is the code. [CODE] Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim cryRpt As New ReportDocument cryRpt.Load("C:\Documents and Settings\user\My Documents\Visual Studio 2005\WebSites\gatepass\CrystalReport2.rpt") Dim crParameterFieldDefinitions As ParameterFieldDefinitions Dim crParameterFieldDefinition As ParameterFieldDefinition Dim crParameterValues As …

0
61
Member Avatar for mshravs

after i deployed my site through iis i have a problem with the viewing of the website in the webpage. a following error is occuring when i'm trying to browse the site . and when i'm trying to deploy it in the other system......then it is showing the webpage. Site …

Member Avatar for mshravs
0
96
Member Avatar for mshravs

have this printing page and i need to display image uploaded in the form..........and here is the code regarding the printing page [CODE] Protected Sub print_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles print.Click Dim fs As New FileStream("file.html", FileMode.Create, FileAccess.Write) Dim s As New StreamWriter(fs) Dim st As …

Member Avatar for pauldani
0
77
Member Avatar for mshravs

i have an image along with a form, to be saved in the sql database. but how should i do it. here is the code that i used to save the form in the database. [CODE] Protected Sub save_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles save.Click Dim ConnStr …

Member Avatar for pauldani
0
72
Member Avatar for mshravs

i used this code to upload the images from the local path. but when i'm trying to upload the images in the webpage it is not showing. can any one can tell what's wrong in the coding. it will be very helpful......................... [CODE] Protected Sub Button2_Click(ByVal sender As Object, ByVal …

Member Avatar for pauldani
0
97
Member Avatar for mshravs

hey, i have a problem regarding the format of the date format. in the form i have the date format in dd/mm/yyyy and when i try to save the date in that format in sql database, it's not accepting in that format. but i need to save the date in …

Member Avatar for sknake
0
149
Member Avatar for mshravs

after trying all sorts, i wanted to try to run and take a pic from the webcam in this way, in the web page. here first i created a module for the webcam in windows application. After that there is a button in the web application, where on clicking it …

0
55
Member Avatar for mshravs

here below is the code for saving the form [CODE]Protected Sub save_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles save.Click Dim ConnStr As String Dim visitors_name, officer_to_visit, purpose, date_of_visit, time_in, time_out As String Dim serial_no, year, floor As String Dim photo As Byte ConnStr = ConfigurationManager.ConnectionStrings("gate").ConnectionString() Dim conn As …

0
66
Member Avatar for mshravs

below is the code for running and capturing image from the webcam [CODE] Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load 'Jpeg compression quality Dim nQuality As Short = 45 'Shout a picture from my webcam Dim cam As CAMSERVERLib.Camera = New CAMSERVERLib.CameraClass() Dim picture As …

Member Avatar for mshravs
0
126
Member Avatar for kanuri1
Member Avatar for mshravs

here, i got a problem which i could not find solution, here in this form i need to search the data from the sql database and show it in the formview, below is the code [CODE]Protected Sub searchn_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles searchn.Click Dim a As …

Member Avatar for mshravs
0
89
Member Avatar for mshravs

here i'm using the calendar tool as a popup window to select dates. but its showing in the format of mm/dd/yyyy, where as i needed in the dd/mm/yyyy. can any help me plz

Member Avatar for mshravs
0
98
Member Avatar for mshravs

here i have a problem in saving thing. i have a form and a table connected to two different sql tables gate_outgoing and gateout_item.the form should go into the gate_outgoing and the table should go into the gateout_item table. i need to save this form along with the table and …

Member Avatar for mshravs
0
77
Member Avatar for mshravs
Member Avatar for mshravs
-1
66
Member Avatar for mshravs

i just need to know how can one deploy a website so it can be executed in the other system where Visual Studio is not available

Member Avatar for kvprajapati
0
55
Member Avatar for mshravs

hey, I'm working on a project, where I need to save data along with the image in Sql server, using Vb 2005. i just need the code for the above one. please post asap need it urgently.

Member Avatar for dapsin999
0
192
Member Avatar for mshravs

i need to print the form in asp.net using vb coding. anyone can help by providing me the code for printing the form, using vb code thanks a lot

Member Avatar for Kusno
0
113
Member Avatar for mshravs

i am working on the gridview, the problem, it that when i am executing the form containing the gridview, the problem is that it is not showing the gridview in the webpage. even though i have set the visible property true in the properties, it is not working.plz help me …

Member Avatar for mshravs
0
267
Member Avatar for mshravs

i want to start a website, but i don't know how to. can anyone guide me with this process. thanks

Member Avatar for ithelp
0
175
Member Avatar for mshravs

i need to know how to bind data with the formview in asp.net using vb code.........................thanks

Member Avatar for catherinesea
0
76
Member Avatar for mshravs

this is the code in vb.net for searching when a serial number is given from the sqldatabase..................... [CODE] Private Sub s2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles s2.Click Dim a As Integer Dim b As Boolean Dim connection As OleDb.OleDbConnection Dim command As OleDb.OleDbCommand Dim dr As OleDb.OleDbDataReader …

Member Avatar for mshravs
0
108
Member Avatar for mshravs

is there any code for databinding one webform with another? if so....plz post it in vb i need it urgently so plz help me

0
90
Member Avatar for mshravs

here i have to search the database according to serial no and show the information of that serial no the problem here everything is fine and [CODE] Dim a As String Dim b As Boolean Dim dr As SqlDataReader Dim ConnStr As String ConnStr = ConfigurationManager.ConnectionStrings("gate").ConnectionString() Dim conn As New …

Member Avatar for mshravs
0
129
Member Avatar for mshravs

i'm working on asp, vs2005. I should save the typed information in sql server. I connected and written the code in the following way[CODE] Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim ConnStr As String Dim visitors_name, officer_to_visit, purpose, date_of_visit, time_in As String Dim serial_no, …

Member Avatar for mail2saion
0
133
Member Avatar for mshravs

i have a problem here. I need to change the year automatically...ie i have given year 2009 in the text box, but it should change along with the change of the year................do anyone know the code for this......if so please help me thnks

Member Avatar for mshravs
0
92
Member Avatar for tripes

[QUOTE=TomW;1026667]In your project properties you will see a settings tab, find out the name of your connection string setting. In coding you simply change it by assigning it a new value [Code] My.Settings.ConnectionString1 = strMyNewConnectionStringVariable [/Code] If you need help with how to create a connection string, I can provide …

Member Avatar for TomW
0
181
Member Avatar for mshravs

here is the problem, i wanted to create a login page, where in when a given username and password is created it should directly to the webpage showing the details. but if i give any other username and password it should be directed to the member sign in page. the …

Member Avatar for dnanetwork
0
478
Member Avatar for mshravs

hey, i created a menu bar containing three items in it. i just want the coding in vb in such a way that if i click the first one it should be directed to one form, second is directed to the other form and third in the same way................................................................................... i'm …

Member Avatar for aashishn86
0
127
Member Avatar for mshravs

i just wanted to modify, add and delete a gridview by using the button controls in ASP.Net . if so i also need the coding for that three in VB

Member Avatar for Tekmaven
0
104

The End.