Click here to Skip to main content
15,929,263 members
Home / Discussions / Database
   

Database

 
QuestionForms Authentication [modified] Pin
MSinha27-Nov-07 19:29
MSinha27-Nov-07 19:29 
QuestionSQL Pin
Aparna.B27-Nov-07 16:21
Aparna.B27-Nov-07 16:21 
AnswerRe: SQL Pin
Krish - KP27-Nov-07 18:52
Krish - KP27-Nov-07 18:52 
Questionstored procedues with parameters Pin
prithaa27-Nov-07 6:55
prithaa27-Nov-07 6:55 
AnswerRe: stored procedues with parameters Pin
pmarfleet27-Nov-07 7:04
pmarfleet27-Nov-07 7:04 
AnswerRe: stored procedues with parameters Pin
Rajkamal_dfine27-Nov-07 17:47
Rajkamal_dfine27-Nov-07 17:47 
AnswerRe: stored procedues with parameters Pin
Paul Conrad27-Nov-07 18:56
professionalPaul Conrad27-Nov-07 18:56 
QuestionSSRS 2005 [modified] Pin
MSinha27-Nov-07 4:55
MSinha27-Nov-07 4:55 
Hello All,
I am using SSRS 2005. I have problem on logon page, when cookie is not available. This should generate new cookie: But I am getting error and control returns.
I am getting following error: [System.NullReferenceException] = {"Object reference not set to an instance of an object."}
This comes with the 4th line of the code:
Following is the code:
internal static void RelayCookieToClient(Cookie cookie)
{
// add the cookie if not already in there
if (HttpContext.Current.Response.Cookies[cookie.Name] == null)
{
HttpContext.Current.Response.Cookies.Remove(cookie.Name);
}
HttpContext.Current.Response.SetCookie(TranslateCookie(cookie));


//HttpContext.Current.Response.AppendCookie(TranslateCookie(cookie));

}



-- modified at 1:13 Wednesday 28th November, 2007
AnswerRe: SSRS 2005 Pin
pmarfleet27-Nov-07 5:26
pmarfleet27-Nov-07 5:26 
GeneralRe: SSRS 2005 Pin
MSinha28-Nov-07 5:00
MSinha28-Nov-07 5:00 
GeneralRe: SSRS 2005 Pin
pmarfleet28-Nov-07 8:28
pmarfleet28-Nov-07 8:28 
QuestionMissing Data - Not Pin
No-e27-Nov-07 4:46
No-e27-Nov-07 4:46 
AnswerRe: Missing Data - Not Pin
Colin Angus Mackay27-Nov-07 5:34
Colin Angus Mackay27-Nov-07 5:34 
Questionerror in login to my sql account via query analyzer??? Pin
mr.mohsen27-Nov-07 4:27
mr.mohsen27-Nov-07 4:27 
AnswerRe: error in login to my sql account via query analyzer??? Pin
Vimalsoft(Pty) Ltd27-Nov-07 23:32
professionalVimalsoft(Pty) Ltd27-Nov-07 23:32 
Questiondisplaying a dataset in a datagrid Pin
imonfiredammit27-Nov-07 3:56
imonfiredammit27-Nov-07 3:56 
AnswerRe: displaying a dataset in a datagrid Pin
Vimalsoft(Pty) Ltd27-Nov-07 23:23
professionalVimalsoft(Pty) Ltd27-Nov-07 23:23 
QuestionProbably an old Insert question Pin
ffowler27-Nov-07 3:40
ffowler27-Nov-07 3:40 
AnswerRe: Probably an old Insert question Pin
pmarfleet27-Nov-07 4:02
pmarfleet27-Nov-07 4:02 
GeneralRe: Probably an old Insert question Pin
ffowler27-Nov-07 4:30
ffowler27-Nov-07 4:30 
GeneralRe: Probably an old Insert question Pin
pmarfleet27-Nov-07 4:34
pmarfleet27-Nov-07 4:34 
GeneralRe: Probably an old Insert question Pin
ffowler27-Nov-07 4:41
ffowler27-Nov-07 4:41 
Questionimport HOST file into a table Pin
solutionsville27-Nov-07 2:46
solutionsville27-Nov-07 2:46 
AnswerRe: import HOST file into a table Pin
pmarfleet27-Nov-07 3:29
pmarfleet27-Nov-07 3:29 
GeneralRe: import HOST file into a table Pin
solutionsville27-Nov-07 3:34
solutionsville27-Nov-07 3:34 

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.