Click here to Skip to main content
15,890,512 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Dynamically added HtmlGenericControl not displayed Pin
Richard Deeming16-Dec-13 4:48
mveRichard Deeming16-Dec-13 4:48 
GeneralRe: Dynamically added HtmlGenericControl not displayed Pin
Member 1045459216-Dec-13 5:04
Member 1045459216-Dec-13 5:04 
GeneralRe: Dynamically added HtmlGenericControl not displayed Pin
Richard Deeming16-Dec-13 5:14
mveRichard Deeming16-Dec-13 5:14 
GeneralRe: Dynamically added HtmlGenericControl not displayed Pin
Member 1045459216-Dec-13 6:29
Member 1045459216-Dec-13 6:29 
QuestionHow to add on emotion , sound[5 question] in ASP.NET SingnalR Pin
Member 1046826015-Dec-13 22:40
Member 1046826015-Dec-13 22:40 
QuestionDiiference Pin
tsunamigang15-Dec-13 22:36
tsunamigang15-Dec-13 22:36 
SuggestionRe: Diiference Pin
Richard MacCutchan15-Dec-13 22:47
mveRichard MacCutchan15-Dec-13 22:47 
AnswerRe: Diiference Pin
joginder-banger25-Dec-13 16:10
professionaljoginder-banger25-Dec-13 16:10 
of course this is a basic question, But if you want really know what's is difference between this, I am try clear you confusion. First of All what is the Role of System. we can say System is main DLL or Parent DLL. When we are using the
C#
using System;
system automatic call this DLL.
you can seen many DLL call by default in Code Behind Page like this
C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.Services;
using System.Data;

When we not used the Using System; Our system compiler Generate the Error like that

C#
The type or namespace name 'EventArgs' could not be found (are you missing a using directive or an assembly reference)

why we again Repeat this world System.Console.output.
sorry I have no time more for explain. try understand itself.
Happy coding Confused | :confused:
jsb
QuestionProblem to create webPart dynamically! Pin
hdv21214-Dec-13 5:59
hdv21214-Dec-13 5:59 
AnswerRe: Problem to create webPart dynamically! Pin
hdv21215-Dec-13 1:36
hdv21215-Dec-13 1:36 
QuestionHow can pass a value one form to another from with the help of Java Script?? Pin
joginder-banger13-Dec-13 23:33
professionaljoginder-banger13-Dec-13 23:33 
QuestionUniq 8 digit time stamp Pin
byka12-Dec-13 6:31
byka12-Dec-13 6:31 
AnswerRe: Uniq 8 digit time stamp Pin
Abhinav S13-Dec-13 22:33
Abhinav S13-Dec-13 22:33 
QuestionHow to create reply options on comments? Pin
Member 840570012-Dec-13 2:00
Member 840570012-Dec-13 2:00 
AnswerRe: How to create reply options on comments? Pin
thatraja12-Dec-13 3:26
professionalthatraja12-Dec-13 3:26 
Generalto get the exact answer for the asp.net Pin
Member 1046157211-Dec-13 21:06
Member 1046157211-Dec-13 21:06 
GeneralRe: to get the exact answer for the asp.net Pin
Richard MacCutchan11-Dec-13 21:23
mveRichard MacCutchan11-Dec-13 21:23 
QuestionRe: to get the exact answer for the asp.net Pin
thatraja12-Dec-13 2:59
professionalthatraja12-Dec-13 2:59 
GeneralRe: to get the exact answer for the asp.net Pin
joginder-banger13-Dec-13 23:37
professionaljoginder-banger13-Dec-13 23:37 
GeneralAdding a row in ASP.Net when no records are selected using DetailsView Pin
wc211-Dec-13 5:09
wc211-Dec-13 5:09 
Questionvideo Conferencing in my web application Pin
Sanjeev991810-Dec-13 20:06
Sanjeev991810-Dec-13 20:06 
AnswerRe: video Conferencing in my web application Pin
Snehasish_Nandy10-Dec-13 23:30
professionalSnehasish_Nandy10-Dec-13 23:30 
QuestionWCF Pin
Neeraj Kumar10-Dec-13 1:33
Neeraj Kumar10-Dec-13 1:33 
AnswerRe: WCF Pin
David C# Hobbyist.10-Dec-13 12:29
professionalDavid C# Hobbyist.10-Dec-13 12:29 
AnswerRe: WCF Pin
Abhinav S10-Dec-13 16:35
Abhinav S10-Dec-13 16:35 

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.