Click here to Skip to main content
15,888,984 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: GridViewSetting Pin
Jay_se17-Oct-06 0:36
Jay_se17-Oct-06 0:36 
Questionfind the checked treenode in treeview??? Pin
steven_wong16-Oct-06 23:11
steven_wong16-Oct-06 23:11 
Questiondisabling the back button Pin
amaneet16-Oct-06 23:05
amaneet16-Oct-06 23:05 
AnswerRe: disabling the back button Pin
Jay_se17-Oct-06 0:26
Jay_se17-Oct-06 0:26 
GeneralRe: disabling the back button Pin
shreekar17-Oct-06 1:42
shreekar17-Oct-06 1:42 
QuestionGet week of Year in ASP.Net Pin
Minuab16-Oct-06 22:47
Minuab16-Oct-06 22:47 
AnswerRe: Get week of Year in ASP.Net Pin
shreekar17-Oct-06 0:32
shreekar17-Oct-06 0:32 
Questiontext in new row Pin
ptvce16-Oct-06 22:31
ptvce16-Oct-06 22:31 
i can create a text file in asp.net(C#). and i can write a text in that now i want write secend row in new row for examle:
hi
how are you
what shoud i do?
my code is this:

System.IO.FileStream f = System.IO.File.Create("c:\\a.css");
f.Close();

using (System.IO.StreamWriter sw = new System.IO.StreamWriter ("c:\\a.css"))
{
string txt = "hi" + "\n" + "how are u";
sw.WriteLine(txt);
sw.Close();
}

AnswerRe: text in new row Pin
amaneet16-Oct-06 23:27
amaneet16-Oct-06 23:27 
AnswerRe: text in new row Pin
amin_behzadi17-Oct-06 0:16
professionalamin_behzadi17-Oct-06 0:16 
GeneralRe: text in new row Pin
ptvce17-Oct-06 3:26
ptvce17-Oct-06 3:26 
QuestionDatagrid Pin
Kissy1616-Oct-06 21:57
Kissy1616-Oct-06 21:57 
AnswerRe: Datagrid Pin
amaneet16-Oct-06 23:37
amaneet16-Oct-06 23:37 
AnswerRe: Datagrid Pin
prakash_21017-Oct-06 0:27
prakash_21017-Oct-06 0:27 
AnswerRe: Datagrid Pin
shreekar17-Oct-06 0:29
shreekar17-Oct-06 0:29 
AnswerRe: Datagrid Pin
postmaster@programmingknowledge.com17-Oct-06 2:36
postmaster@programmingknowledge.com17-Oct-06 2:36 
Question"how to get system date" Pin
ravikiranreddydharmannagari16-Oct-06 21:08
ravikiranreddydharmannagari16-Oct-06 21:08 
AnswerRe: "how to get system date" Pin
_AK_16-Oct-06 21:12
_AK_16-Oct-06 21:12 
QuestionRe: "how to get system date" Pin
ravikiranreddydharmannagari16-Oct-06 23:05
ravikiranreddydharmannagari16-Oct-06 23:05 
AnswerRe: "how to get system date" Pin
_AK_16-Oct-06 23:21
_AK_16-Oct-06 23:21 
AnswerRe: "how to get system date" Pin
Jay_se16-Oct-06 21:12
Jay_se16-Oct-06 21:12 
AnswerRe: "how to get system date" Pin
Jerry Hammond16-Oct-06 22:26
Jerry Hammond16-Oct-06 22:26 
AnswerRe: "how to get system date" Pin
albCode16-Oct-06 23:33
albCode16-Oct-06 23:33 
Questionselecting a row in datagrid and swapping Pin
Krishlibran16-Oct-06 21:07
Krishlibran16-Oct-06 21:07 
Questiondraggable items in datagrid Pin
Krishlibran16-Oct-06 20:45
Krishlibran16-Oct-06 20:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.