516 Posted Topics

Member Avatar for Shodow
Member Avatar for Paul J S
0
118
Member Avatar for ImranShafiq

You want to open the page? if yes you can use response.redirect("URL").

Member Avatar for croker10
0
91
Member Avatar for airesh
Member Avatar for kvprajapati
0
98
Member Avatar for saravana123
Member Avatar for msaranya
Member Avatar for doomfrawen

you want handle it for perticlar session? if yes have session level variable. in click event of face count and validate

Member Avatar for Pgmer
0
209
Member Avatar for vanzhyme

Change ur Query to get one value after adding Select Fileld1+Field2 as ColumnName from Table where conditon

Member Avatar for Pgmer
0
171
Member Avatar for junjun61991

Hi, Write the property in the form with get set values... and set the values based on that. hope this will give you an idea

Member Avatar for debasisdas
0
398
Member Avatar for frank33

ya izyrider is correct. when click on one control u want to fire one more control that you can do..

Member Avatar for Pgmer
0
108
Member Avatar for rkmeena

[CODE] Dim txt As New TextBox txt.Name = "txttest" Dim loc As System.Drawing.Point loc.X = 300 loc.Y = 168 txt.Location = loc txt.Text = "Testing textbox" txt.ReadOnly = False Me.Controls.Add(txt)[/CODE] Get the location of your label control and set that location to textbox and after adding the textbox hide your …

Member Avatar for bLuEmEzzy
0
127
Member Avatar for nicecandy

After creating the webservice have you tried to browse ur web service within the IIS?. If yes Whats the URL ur getting? have you added the Same URL while adding the referce in ur project?

Member Avatar for nicecandy
0
123
Member Avatar for rosstafarian

Select * from Customer where customerreferene number='Pass the reference number'. Fill the data set with the records, loop through all the records and assign the values to the respective textboxes.

Member Avatar for Pgmer
0
113
Member Avatar for paulablanca

Have you tried the code to load the listbox witth one item? i have pasted the code. And have you not used the timer control?

Member Avatar for paulablanca
0
117
Member Avatar for savitasagar
Member Avatar for Pgmer
0
59
Member Avatar for Jollyyy100
Member Avatar for Joshua Kidd

Explain in details what exactly you want to do? u want to monitor state of process? if yes try out System.process ("ProcessName")

Member Avatar for Joshua Kidd
0
73
Member Avatar for jaapo2k

Hi, Use instr method and substring method to get ur out put... Happy coding... )

Member Avatar for jaapo2k
0
89
Member Avatar for Dheerajpro

Use IF EXISTS method in sql if EXISTS returns true then rerun -1 or boolean as false... then give the message box appropriately...

Member Avatar for Pgmer
0
158
Member Avatar for paulablanca

I think you havel already created thread for this.. :) Did you try the sollution given there?

Member Avatar for Pgmer
0
292
Member Avatar for Vineeth K

Hi Vineeth, In Vb i dont think so u can EDIT the application like this. You need to make the changes whatever you want and build the application and need to give the exe... just cant edit the published version becoz once you pulbish the version your application will be …

Member Avatar for Vineeth K
0
171
Member Avatar for prajana

Hi, you can for Checkedlistbox control first load all the students from DB for that subject and then Get the student who are present, based on that mark the check boxes

Member Avatar for AndreRet
0
867
Member Avatar for nicecandy

Build your webservice and copy the output files on the server and cofigure IIS by creating virtual folder then you can access from wherever you want to.

Member Avatar for Pgmer
0
63
Member Avatar for dougancil

Pass the command to the adapter, before filling the adapter just pass the command to it and see...

Member Avatar for Pgmer
0
204
Member Avatar for Chair

[CODE] ' Form level variable Dim index As Integer = 1 Dim dt As New DataTable Dim dc As New DataColumn("Numbers") Dim NoOfRows As Integer = 0 ' Put it in form load event dc.DataType = System.Type.GetType("System.String") dt.Columns.Add(dc) DataGridView1.DataSource = dt '' in Button add Click Try Dim dr As …

Member Avatar for Pgmer
0
313
Member Avatar for TechNewbie23

prepare sql statement at front end only based on the condition. and pass to DB and return the dataset and load... example: [CODE] Private sub SerachDetails(Byval firstname as string,lastname as string,dob as date) Try --here you check for all the parameters which are not nothing and based on that write …

Member Avatar for TechNewbie23
0
243
Member Avatar for Pgmer

Hi All, I have checkedlistbox on my windows form which is binded to datasource, I do check the items in checkedlistbox based on some criteria, When user uncheck some items I want to save the records, but in Checked Items collection still I’m getting items as checked, which are unchecked. …

Member Avatar for Pgmer
0
134
Member Avatar for bhagawatshinde
Member Avatar for emaduddeen
Member Avatar for paulablanca

Select Question from Questions table where year=@year fill the dataset with Questions and Show only record. u can use the Index property of grid and then on clik event of button get the row of next index hide other rows

Member Avatar for paulablanca
0
2K
Member Avatar for PM312

Go to the design mode of form to which u want to add tree view In common controls tab u will find the treeview control just drag and add to the form

Member Avatar for AndreRet
0
222
Member Avatar for dirkjan75

Cant you have contact person and company combobox on same page? if yes then you can validate easily user has selected the company for contact person or not

Member Avatar for Pgmer
0
89
Member Avatar for 123mehran

[CODE] If CheckBox1.CheckState = CheckState.Checked Then If CheckBox1.CheckState = CheckState.Checked Then For i As Int16 = 1 To 5 ListBox1.Items.Add(i).ToString() Next Else ListBox1.Items.Clear() End If End If[/CODE] Write this code in CheckBox1_CheckStateChanged Event

Member Avatar for Pgmer
0
106
Member Avatar for Pintu.Prajapati

Hi, Are you using datagrid? or any other 3rd party grid? What is the problem at client side?

Member Avatar for Pgmer
0
31
Member Avatar for track&price
Member Avatar for adarshcu
Member Avatar for senti.arasu

Try Back color property and borderstyle property of label. And for textbox i dont think we can do that...

Member Avatar for codeorder
0
83
Member Avatar for axes2t2

Use IIf(IsDBNull(urobject), "", Data ur fetching IIf(Isdubnull(Object tocheck for null),True part,Falsepart) Hope it helps u

Member Avatar for axes2t2
0
2K
Member Avatar for like_bilal02

[CODE]Dim str as string str=textbox.text str=str.substring(0,2) str will hold the value of first two charecters[/CODE]

Member Avatar for Pgmer
0
72
Member Avatar for Pgmer

Hi Guys I'm New to web development. i need one help. I'm having list box on my form, in form load event i will bind the list box with database value. user should be able to select only 5 items from the list box and also i want to validate …

Member Avatar for Pgmer
0
116
Member Avatar for jrosh

if u want to give the setup u have to publish the application. its same in both 2005 and 2008. what u mean by single exe? if supporting files and the dll used in ur application are not included in the exe then do u think that exe works?

Member Avatar for Pgmer
0
109
Member Avatar for bonny343

to add combobox.items.add("xyz") combobox.items.add("abc") to retrieve u can use combobox.selecteditem or combobox.selectedindex

Member Avatar for Pgmer
0
115
Member Avatar for Pgmer

Hi all, i need to select the paragrah from the current cursor position. any ideas?

Member Avatar for Pgmer
0
109
Member Avatar for manutd4life

That button should be publicaly decalred. if it is publically availabele then in child form closing event Mdiform.cmdmenu.disabled=true

Member Avatar for manutd4life
0
207
Member Avatar for Pgmer

Hi All I need to capitalize the first word of each new sentence as user types. How will i come to know about the start of new sentences? do i need to use regular expression for this?

Member Avatar for JadeSimon
0
139
Member Avatar for geetajlo

To make text box to accept only numbers, in key press event of that textbox u can code like this If Char.IsDigit(e.KeyChar) = False And Char.IsControl(e.KeyChar) = False Then e.Handled = True MsgBox("Please enter valid number ") End If i think u can mannage other one..

Member Avatar for sabeerpasha
0
1K
Member Avatar for Pgmer

Hi all in my appliction i want to send the document through mail i.e: outlook here is my code Dim myWS As Object Dim RegKey As String Dim Key As String Key = "HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\" 'access Windows scripting myWS = CreateObject("WScript.Shell") 'read key from registry RegKey = myWS.RegRead(Key) If RegKey = …

Member Avatar for Pgmer
0
1K
Member Avatar for Pgmer

Hi all i need one help. i have a text file something like this date time employee name Department id Employee id Jan 2007 12 pm abc 001 676666 ''''' ''''''''' '''''' '''''''''' ''''''''''''' ''''''''''''' '''''' '''''''''' '''''''''' '''''''''' Feb 2007 9am xyz 005 434367 all are tab delimited and …

Member Avatar for Pgmer
0
168
Member Avatar for sganandhsg

In vb.net u need to use the property called Application.StartupPath="path u want to give"

Member Avatar for Renukavani
0
687
Member Avatar for TechNyk

what u mean by graphically here? u can resize the control at run time using controls property called size and also u can change its location using location property.

Member Avatar for Pgmer
0
56
Member Avatar for jireh

In windows application if u want to create user control develop the application go to properties of the project make it as a class library and then select start up object as nothing then run the application it will give u the dll file instead of .exe you can use …

Member Avatar for Pgmer
0
363

The End.