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

ASP.NET

 
GeneralRe: problem in master page Pin
Michael Sync14-Feb-07 23:04
Michael Sync14-Feb-07 23:04 
QuestionBandwidth Speed? Pin
Icarus12314-Feb-07 21:05
Icarus12314-Feb-07 21:05 
QuestionHow to insert data from webform to database? Pin
YarunThakur14-Feb-07 20:59
YarunThakur14-Feb-07 20:59 
AnswerRe: How to insert data from webform to database? Pin
Michael Sync14-Feb-07 21:06
Michael Sync14-Feb-07 21:06 
AnswerRe: How to insert data from webform to database? Pin
postmaster@programmingknowledge.com15-Feb-07 17:00
postmaster@programmingknowledge.com15-Feb-07 17:00 
QuestionSecurity(Problem with create role )[modified] Pin
papa8014-Feb-07 20:41
papa8014-Feb-07 20:41 
AnswerRe: Problem with create role Pin
Michael Sync14-Feb-07 20:49
Michael Sync14-Feb-07 20:49 
GeneralRe: Problem with create role Pin
papa8014-Feb-07 20:57
papa8014-Feb-07 20:57 
hi again
the table is create automaticly by visual studio when you use asp.net configuration that is way i don't change nothing but has you see is appear some exception!Did you have idea how to solve the problem.
GO
/****** Object: Table [dbo].[aspnet_Roles] Script Date: 02/15/2007 21:55:11 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[aspnet_Roles](
[ApplicationId] [uniqueidentifier] NOT NULL,
[RoleId] [uniqueidentifier] NOT NULL,
[RoleName] [nvarchar](256) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
[LoweredRoleName] [nvarchar](256) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL,
[Description] [nvarchar](256) COLLATE SQL_Latin1_General_CP1_CI_AS NULL
) ON [PRIMARY]


when i want to read something good just seat and type it

GeneralRe: Problem with create role Pin
Michael Sync14-Feb-07 21:01
Michael Sync14-Feb-07 21:01 
GeneralRe: Problem with create role Pin
papa8014-Feb-07 21:04
papa8014-Feb-07 21:04 
GeneralRe: Problem with create role Pin
papa8014-Feb-07 21:07
papa8014-Feb-07 21:07 
GeneralRe: Problem with create role Pin
Michael Sync14-Feb-07 21:08
Michael Sync14-Feb-07 21:08 
GeneralRe: Problem with create role Pin
papa8014-Feb-07 21:13
papa8014-Feb-07 21:13 
Questionhelp required Pin
RSArockiam14-Feb-07 20:35
RSArockiam14-Feb-07 20:35 
AnswerRe: help required Pin
Walter_H15-Feb-07 1:27
Walter_H15-Feb-07 1:27 
GeneralRe: help required Pin
RSArockiam15-Feb-07 2:04
RSArockiam15-Feb-07 2:04 
QuestionTab Control In ASP.NET 2.0(VB) Pin
varshavmane14-Feb-07 20:11
varshavmane14-Feb-07 20:11 
AnswerRe: Tab Control In ASP.NET 2.0(VB) Pin
Sylvester george14-Feb-07 20:21
Sylvester george14-Feb-07 20:21 
GeneralRe: Tab Control In ASP.NET 2.0(VB) Pin
varshavmane14-Feb-07 20:30
varshavmane14-Feb-07 20:30 
AnswerRe: Tab Control In ASP.NET 2.0(VB) Pin
Michael Sync14-Feb-07 20:24
Michael Sync14-Feb-07 20:24 
QuestionGridview + asp.net 2.0 + c# Pin
ritu432114-Feb-07 19:57
ritu432114-Feb-07 19:57 
AnswerRe: Gridview + asp.net 2.0 + c# Pin
ritu432114-Feb-07 20:01
ritu432114-Feb-07 20:01 
GeneralRe: Gridview + asp.net 2.0 + c# Pin
varshavmane14-Feb-07 20:20
varshavmane14-Feb-07 20:20 
GeneralRe: Gridview + asp.net 2.0 + c# Pin
ritu432114-Feb-07 21:53
ritu432114-Feb-07 21:53 
GeneralRe: Gridview + asp.net 2.0 + c# Pin
varshavmane14-Feb-07 22:10
varshavmane14-Feb-07 22:10 

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.