hi, all.
Here is a stupid question.
I have three string
string str1 =" test1 ";
string str2 =" test21\ntest22\ntest23"; (\n means return key)
string str3 =" test3 ";
I write them to a file(test.txt) by using Stream.write();
I open the file:
it is:
test1
test21
test22
test23
test3
...
more >>
Hi, all
In C++, we can create resouce file which includes string predefine, and
ICON,GIF etc.
How to do in C# VS.NET2003
Thanks
...
more >>
I create a dataset, load xmlfile, create dataview (ds.defaultview) and
bind it to a datagrid (dataset haschanges property is now 'true').
When a user closes the form I want to check via ds.haschanges if there
are pending changes in the dataset. Now returns 'true' always.
When I say 'acceptchange...
more >>
My project was working fine. Then, all of a sudden, VStudio froze up, an
error window appeared asking me whether I wanted to send an error report.
After I sent the report, Visual Studio re-started. But now, the project
won't compile. When I try to open the main form in designer mode, I get an
...
more >>
I recently posted my first .aspx effort and am getting calls from users
saying the page is being blocked and they can't view it. They got a hyperlink
in an e-mail (see below). Most have been successful but the failure rate is
way too high.
It's a simple 1-page survey with some RadiobuttonLi...
more >>