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

8 Posted Topics

Member Avatar for jaejoong

[QUOTE=jaejoong;1375912]can I do this? [CODE]response.write (label1.text = exist!)[/CODE] if not.. can someone tell me how to do this.. thanks in advance..:)[/QUOTE] i cannot understand that what is scenario that you required this approach. why dont you just set the value directly or use Query String approach to set the value …

Member Avatar for simongh2
0
95
Member Avatar for asiaenforcer
Member Avatar for simongh2
0
216
Member Avatar for bluem1
Member Avatar for eorns

i was facing the same problem last week. i was passing one of parameter incorrect e.g. cmd.Parameters.Add("[B]@RequestorNarration[/B]", SqlDbType.VarChar).Value = txtDescription.Text;

Member Avatar for eorns
0
146
Member Avatar for trampman
Member Avatar for new SE

you must debug the code. i dont know what is stored in the database. can you tell me the db record

Member Avatar for haseeb1431
0
183
Member Avatar for haseeb1431

i have created a vc++ empty project in vs 2008, then i have added a simple c++ file and code is as follows [code] #include<stdio.h> int main() { printf("abc"); } [/code] now i want to make an exe file of this, actually i have complete project and i an exe …

Member Avatar for haseeb1431
0
99
Member Avatar for haseeb1431

i have three integers per line in a text file but when i read a file it prints four integers Code: [code] #include<iostream.h> #include<conio.h> #include<fstream.h> void main() { int clas; ifstream inf; inf.open("kash.txt"); do { inf>>clas; cout<<clas; } while(!inf.eof()); } [/code] here is the file kash.txt (no enter after the …

Member Avatar for vmanes
0
152

The End.