No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
19 Posted Topics
[code=sql]insert into desg values(" & Val(txtsno.Text) & ",'" & Trim(txtdesg.Text) & "'," & Val(txtbasic.Text) & ");[/code] this how i used for inserting data to my access table in vb code. how to do in c#?
Hiii Alll I need to display a message to the user after clicking the button control. How to do this in c#.net? I could not find Msgbox() option as we hav in vb.net. can any one help me
Hi thr, I'm trying to host a web application from netbeans. I've added app engine server. but i could not start it. can any one give me an idea for it. it is giving me some class path error what should i do now?
Hi there.. In sleep(5000) what type of data is 5000??? Is that an integer or byte or something. Thanks in advance
Hiiii alll At present am doin a small project in windows application with C# as its code behind language. Now am in problem that i'm not able to connect sql server with my application. Its throwing an error that[COLOR="Red"] "sql default settings does not allow remote connections. connection can not …
Hi alll... Am planning to design my web page with flash. Can any one guide me. Whats the first step to start?????
Hi this occurs after writing text in textbox or without any value in the textbox?
Hi.. In dropdown u dont have multiple selection. If u want to select multiple items use the list control and set selection mode property as multiple. Hope it'll help u...
hi thr.. how to refresh a particular control. I want my control to be refreshed for every 10 sec. Thanks in advance
HIii... U can try session concepts
hi thr Can any one say me the basic concepts for implementing chat in my web page thanks in advance Happy day
hi all.... I'm trying mailing concept. After entering FROM address, TO address ,subject and body of the message and while clicking the send button am getting [COLOR="Green"] Mailbox unavailable. The server response was: 5.7.1 Unable to relay for "[email protected]" [/COLOR] what wrong i would have made? Plz guide me
Hi... try this in your delete button click event [code] For Each gv2 As GridViewRow In gd.Rows Dim cb As CheckBox = gv2.FindControl("checkbox1") If cb IsNot Nothing AndAlso cb.Checked Then Dim sa As Integer = Convert.ToInt16(gd.DataKeys(gv2.RowIndex).Value) com = New OleDb.OleDbCommand com.CommandText = "delete from stud where regNum=" & sa com.Connection …
Hi.. I hav a database for maintaining emp details. I want to get my EmpID to be generated automatically when my add new button is clicked. That too in C# only...
If i select checkbox in grid header template i shld get all my checkbox in item template to be checked.. can any one help me to do.
Hi is that possible to select multiple dates in Calendar control? If s How?
hi all... Am a beginner in c#. wen i place a control in a webpage and double click it i'm getting it's default event. how can i view its other events and how to include in my coding. Thanks in advance.
The End.
sonakrish