- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
8 Posted Topics
Re: [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 … ![]() | |
Re: string text=((TextBox)page.findcontrols("runtimeGeneratedTextboxName")).Text ![]() | |
Re: use reports and set the document type of report as pdf | |
Re: 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; | |
Re: use elementname.attributes.add(alt,"image"); | |
Re: you must debug the code. i dont know what is stored in the database. can you tell me the db record | |
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 … | |
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 … |
The End.