539 Topics

Member Avatar for
Member Avatar for Vegito1991

currently i working for a button click event where i want to adding text into textarea content **For example** textbox A = "name" dropdownlist = "string" after click button, it will be come **output** public class abc { private string name; } when i click on the button for second …

Member Avatar for taersious
0
276
Member Avatar for kindo

If u visit https://tweetdeck.twitter.com/ and you login, u will see the left sidebar with a textbox. The textbox can post new tweet, can also send direct message ans at the same time also reply to a tweet. How can I achive this in jquery. Thanks

0
115
Member Avatar for airhalynn101

Is it possible to make a textbox format inputted text into currency form (with comma separators and two decimal places) during input? I have tried formatting currencies from textbox input (after typing the text or after clicking a button) but is this possible during input (I mean, while you are …

Member Avatar for airhalynn101
0
1K
Member Avatar for Centorpe
Member Avatar for Centorpe
0
83
Member Avatar for Ryan_11

I am trying to pass some data from the database to a few textboxes and textarea but i am currently stuck. I would really appreciate some help to solve this issue. this is the code i am working with. I am able to pass it to the table but not …

Member Avatar for Ryan_11
0
537
Member Avatar for Gus_19

I am checking a couple of textboxes in my datarows. If the first textbox (event association 1) is not blank and it does not contain the word business, but the date of birth mtb is empty, then the statement is true and a messagebox will be displayed. Right now, I …

Member Avatar for Reverend Jim
0
300
Member Avatar for airhalynn101

I have an identity (auto-increment) column in my mssql table, which is also my primary key. I want to use these numbers on my form, such that when I open that form, the auto-increment id will already be displayed on a textbox (so I wont have to type it in …

Member Avatar for airhalynn101
0
2K
Member Avatar for facadie

HiHi seems like i have so many queries for programming.. EG. textbox use to set the password how can i make a program so that i can set MINIMUM character to be inserted in textbox is 7 then i can save the data if not validate[ insert password with at …

Member Avatar for vadde
0
4K
Member Avatar for Knight_YUVA

HI,Everyone GOOD NOON I am creating a WINDOWS form using C# which have text box like part.no ( NUMBER ONLY NO Alphabets) i have used the following coding to accept number only . private void Partno_KeyPress(object sender, KeyPressEventArgs e) { //e.Handled = (!char.IsDigit(e.KeyChar)) && (!char.IsControl(e.KeyChar)); } Now i need to …

Member Avatar for ChrisHunter
0
163
Member Avatar for pebryan

hy im very newbie with VB.net 2010 i want to search/filter my datagridview with textbox i use this to connect mysql and datagridview dbconn = New MySqlConnection("server=localhost ;database=login") Try dbconn.Open() Catch ex As Exception MsgBox("Connection Error") Close() End Try Dim table As New DataTable() dbdata = New MySqlDataAdapter("SELECT * FROM …

Member Avatar for pebryan
0
2K
Member Avatar for waseem1345

Hello, I'm trying to Convert "{MATH}TextBoxC1+TextBoxC1" to "TextBox1.Text=Convert.ToString(Convert.ToInt32(TextBoxC1.Text)+Convert.ToInt32(TextBoxC1.Text)); but doing it using one textbox.. I'm making a software creator. Everything was working well but this... Thanks in advance string svs = texttyped; //which is "{MATH}TextBoxC1+TextBoxC1 svs = svs.Remove(0, 6); string x = controlname + ".Text=Convert.ToString(Convert.ToInt32("; //ControlName = "TextBox1" while (svs …

Member Avatar for ChrisHunter
0
134
Member Avatar for tshukela.george

every combobox selection is replaced with what a user has selected, I want it not to be replaced so that all seleced combobox can be printed

Member Avatar for Begginnerdev
0
417
Member Avatar for ronmark.madrona

hi to all, i am new in vb6 and im trying to make a project. Can you help me guyz, i want to populate the textbox in datagrid. im don't have the idea on how to do it. this is what i want to try , when i am inputing …

Member Avatar for ronmark.madrona_1
0
298
Member Avatar for airhalynn101

I want to check if txtCRCNum1 is empty or not. If it is empty, then some values from frmComm will get displayed on frmcrc (which I call the default values). If not empty, then it will execute an SQL query which will select data from the value of txtCRCNum1 and …

Member Avatar for Oxiegen
0
928
Member Avatar for Vimal Bhatt

![daa79082619472aa8f059d6de6ea71d0](/attachments/small/4/daa79082619472aa8f059d6de6ea71d0.jpg "align-left") Hi Guys !! I have been facing a problem.I want to concat my text with URL. URL is - http://services.cept.gov.in/RNetTracking/Track.aspx?RNetNo= My text in textbox is like this - RG123456789IN I want my user enter text in textbox,press button and following URL must be rendered http://services.cept.gov.in/RNetTracking/Track.aspx?RNetNo=RG123456789IN I finally build …

Member Avatar for JorgeM
0
104
Member Avatar for junglefury

Hello daniweb, I would like to us if it possible to search using two boxes from listview in vb6… First text box is for company name then the second box is for Number…the idea is that search first in the first textbox(companyname) then the second textbox (number)will search based on …

0
121
Member Avatar for nikiki

What im and trying to do is take the first four letters of a last name and the first letter in the first name which are in a textbox to use for a user name that im trying to generate but how do i go about doing this is very …

Member Avatar for Momerath
0
183
Member Avatar for PerplexedB

I have a textbox and a label bound to the same member via a bindingsource. I would have expected that at some point when the user changes the textbox, the label would be refreshed, yet it is not. What am I missing here?

Member Avatar for PerplexedB
0
172
Member Avatar for ceelos1974

I have a form with a richtextbox (my chat box) and two textboxes (one for message one for username) now I need to understand how I can send a message from the one textbox to the richtextbox while other users who is also logged on also gets the message. I …

Member Avatar for Bandarigoda123
0
240
Member Avatar for Jaykar

While i will type a characters in a textbox same time it will show re leated data in dropdownlist from database table i am using struts1.3

0
96
Member Avatar for Satyam_1

I have form with many labels and textbox. All these generates a report . I want to print it out in MS Word format and also set print privew. Here is my code for print for single textbox but i don't print in MS word. So what to do? Private …

Member Avatar for cgeier
0
939
Member Avatar for Mian Sahib Jan

me have a datalist which contain labels textbox but when i call these controls in back end then it show error .it error is this content not found on current content

0
103
Member Avatar for rihab_1

hi, I want to spent the values of textbox to datagridview from another form and that after a click on the button add, help me please

Member Avatar for Reverend Jim
0
3K
Member Avatar for Satyam_1

I have following code for date and time in vb.net. I am not able to set timer in the textbox 4 and 5. What could be there in timer1 event? Dim theDate As Date theDate = Format(Now(), "short date") TextBox1.Text = theDate Dim mytime As System.DateTime Dim hours As Double …

Member Avatar for Sulaiman_1
0
252
Member Avatar for sweta87

Hi, I have an drop downlist whic contains the products and a textbox for quantity. when i am selecting the dropdownlist and write the quantity value in the textboxes and click the Button1 textboxes are dynamically generating in the placeholder with labels according to quantity but when again i am …

Member Avatar for Joao_2
0
175
Member Avatar for jovstudios

Hello Guys, My Codes to TextBox Validation Not Properly Working. I tried all as i can but still no happen. can you check my codes where the part is wrong? <!DOCTYPE html> <?php include('dbcon.php'); session_start(); ?> <HTML> <HEAD> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Online Evaluation</title> <!-- …

Member Avatar for Excizted
-1
318
Member Avatar for adam.wolnikowski.9

I'm writing a program where the settings of a spreadsheet-like field of textboxes are changed using two for loops, and I can't for the life of me figure out why it's not working.I have tried declaring the txt variable and name variable in different orders using different methods, but nothing …

Member Avatar for adam.wolnikowski.9
0
252
Member Avatar for rpv_sen

Hi I am working on dynamic add row. In that if a value is enter in ptype box it should disable the releated textbox filed based on the value. i written code but its not working can any please help me to solve this issue **html Page** <form id='students' method='post' …

0
154
Member Avatar for kimbula...

I want allow only to enter numeric values in a textbox in C#. Can someone assist me on this. would be a great help.

Member Avatar for kplcjl
0
5K
Member Avatar for caello

Hi..all I'm newbie in VB.net Please Help me.. How to search data by textbox and datetimepicker access 2003 database in VB.net Exp : I want to search for data based on the Part name and two datetimepicker I try with code like this but the results are not in line …

Member Avatar for jared.geli
0
2K

The End.