Click here to Skip to main content
15,914,406 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Create a text file and download it ! Pin
Merlin Tintin20-Sep-07 22:04
Merlin Tintin20-Sep-07 22:04 
GeneralRe: Create a text file and download it ! Pin
Sandeep Akhare20-Sep-07 22:36
Sandeep Akhare20-Sep-07 22:36 
AnswerRe: Create a text file and download it ! Pin
pmarfleet20-Sep-07 21:52
pmarfleet20-Sep-07 21:52 
GeneralRe: Create a text file and download it ! Pin
Merlin Tintin20-Sep-07 22:09
Merlin Tintin20-Sep-07 22:09 
Question#region coding Pin
vijay_8320-Sep-07 20:57
vijay_8320-Sep-07 20:57 
AnswerRe: #region coding Pin
Merlin Tintin20-Sep-07 21:05
Merlin Tintin20-Sep-07 21:05 
AnswerRe: #region coding Pin
N a v a n e e t h20-Sep-07 21:06
N a v a n e e t h20-Sep-07 21:06 
GeneralRe: #region coding Pin
N a v a n e e t h20-Sep-07 21:17
N a v a n e e t h20-Sep-07 21:17 
Vri SSK wrote:
When pasting as a region, the clipboard text will simply appear between #region and #endregion tags with a region name of your choice. This feature is often helpful when organizing code within your application or pasting regions of code developed by someone else.

First, copy a piece of code like this one to your clipboard:

private void DoSomething( )
{
//Write Code Here
}

Then select Paste As -> Region, and you will see the dialog shown in Figure 2-5.

From this dialog, you specify the name of the region that you want to use; after you click OK, this code will be pasted into your document:

#region DoSomething Method
private void DoSomething( )
{
//Write Code Here
}
#endregion


Do you mind stopping copying code from other website and paste it over here ? You are doing copyright violations. Your post is exactly copied from here[^].


JokeRe: #region coding Pin
Sandeep Akhare20-Sep-07 21:23
Sandeep Akhare20-Sep-07 21:23 
GeneralRe: #region coding Pin
N a v a n e e t h20-Sep-07 21:32
N a v a n e e t h20-Sep-07 21:32 
GeneralRe: #region coding Pin
Sandeep Akhare20-Sep-07 21:39
Sandeep Akhare20-Sep-07 21:39 
QuestionMoving page controls to a form and then the form back to the page? Pin
matthias s.20-Sep-07 20:57
matthias s.20-Sep-07 20:57 
AnswerRe: Moving page controls to a form and then the form back to the page? Pin
N a v a n e e t h20-Sep-07 21:10
N a v a n e e t h20-Sep-07 21:10 
QuestionFile Delete Problem ?? Pin
-- Abhi --20-Sep-07 20:54
-- Abhi --20-Sep-07 20:54 
AnswerRe: File Delete Problem ?? Pin
Sandeep Akhare20-Sep-07 20:56
Sandeep Akhare20-Sep-07 20:56 
GeneralRe: File Delete Problem ?? Pin
-- Abhi --20-Sep-07 21:02
-- Abhi --20-Sep-07 21:02 
GeneralRe: File Delete Problem ?? Pin
Sandeep Akhare20-Sep-07 21:07
Sandeep Akhare20-Sep-07 21:07 
AnswerRe: File Delete Problem ?? Pin
N a v a n e e t h20-Sep-07 21:02
N a v a n e e t h20-Sep-07 21:02 
GeneralRe: File Delete Problem ?? Pin
-- Abhi --20-Sep-07 21:04
-- Abhi --20-Sep-07 21:04 
GeneralRe: File Delete Problem ?? Pin
N a v a n e e t h20-Sep-07 21:13
N a v a n e e t h20-Sep-07 21:13 
GeneralRe: File Delete Problem ?? Pin
-- Abhi --20-Sep-07 21:23
-- Abhi --20-Sep-07 21:23 
GeneralRe: File Delete Problem ?? Pin
N a v a n e e t h20-Sep-07 21:29
N a v a n e e t h20-Sep-07 21:29 
GeneralRe: File Delete Problem ?? Pin
-- Abhi --20-Sep-07 21:34
-- Abhi --20-Sep-07 21:34 
AnswerRe: File Delete Problem ?? Pin
rashidpervaiz0821-Sep-07 21:17
rashidpervaiz0821-Sep-07 21:17 
Questiondata binding Pin
Sonia Gupta20-Sep-07 20:51
Sonia Gupta20-Sep-07 20:51 

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.