Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~5K People Reached

19 Posted Topics

Member Avatar for sonakrish

[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#?

Member Avatar for sachin.ghute3
0
305
Member Avatar for sonakrish

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

Member Avatar for walflo
0
2K
Member Avatar for sonakrish

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?

Member Avatar for peter_budo
0
95
Member Avatar for sonakrish

hi there... i need to know the difference between varchar and varchar2 datatype in oracle

Member Avatar for sham.karankal
0
97
Member Avatar for sonakrish

Hi there.. In sleep(5000) what type of data is 5000??? Is that an integer or byte or something. Thanks in advance

Member Avatar for masijade
0
122
Member Avatar for sonakrish

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 …

Member Avatar for ddanbe
0
76
Member Avatar for sonakrish

Hi alll... Am planning to design my web page with flash. Can any one guide me. Whats the first step to start?????

Member Avatar for Monalisaparker
0
146
Member Avatar for moiseszaragoza

Hi this occurs after writing text in textbox or without any value in the textbox?

Member Avatar for serkan sendur
0
72
Member Avatar for chriscross86

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...

Member Avatar for sonakrish
0
139
Member Avatar for sonakrish

hi thr.. how to refresh a particular control. I want my control to be refreshed for every 10 sec. Thanks in advance

Member Avatar for KushKashyap
0
72
Member Avatar for sonakrish
Member Avatar for serkan sendur
0
86
Member Avatar for surekhavk
Member Avatar for sonakrish

hi thr Can any one say me the basic concepts for implementing chat in my web page thanks in advance Happy day

Member Avatar for sonakrish
0
105
Member Avatar for sonakrish

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 "as@a.com" [/COLOR] what wrong i would have made? Plz guide me

Member Avatar for sonakrish
0
119
Member Avatar for snehachoudhary

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 …

Member Avatar for reach_yousuf
0
246
Member Avatar for sonakrish

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...

Member Avatar for greeny_1984
0
123
Member Avatar for sonakrish

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.

Member Avatar for greeny_1984
0
89
Member Avatar for sonakrish

Hi is that possible to select multiple dates in Calendar control? If s How?

0
69
Member Avatar for sonakrish

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.

Member Avatar for sonakrish
0
115

The End.