Click here to Skip to main content
15,922,584 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionNee to prepare for Audit trails for my web application Pin
demoninside95-Aug-14 19:57
demoninside95-Aug-14 19:57 
AnswerRe: Nee to prepare for Audit trails for my web application Pin
Richard MacCutchan6-Aug-14 5:19
mveRichard MacCutchan6-Aug-14 5:19 
QuestionAsp,net web hosting Pin
Otekpo Emmanuel5-Aug-14 15:31
Otekpo Emmanuel5-Aug-14 15:31 
AnswerRe: Asp,net web hosting Pin
Nitin S5-Aug-14 23:08
professionalNitin S5-Aug-14 23:08 
AnswerRe: Asp,net web hosting Pin
Swinkaran10-Aug-14 20:13
professionalSwinkaran10-Aug-14 20:13 
AnswerRe: Asp,net web hosting Pin
Swinkaran10-Aug-14 20:26
professionalSwinkaran10-Aug-14 20:26 
AnswerRe: Asp,net web hosting Pin
Afzaal Ahmad Zeeshan11-Aug-14 11:25
professionalAfzaal Ahmad Zeeshan11-Aug-14 11:25 
QuestionWhat value goes for "Other" field type in PDF Form field types? Pin
meeram395-Aug-14 6:06
professionalmeeram395-Aug-14 6:06 
AnswerRe: What value goes for "Other" field type in PDF Form field types? Pin
jkirkerx5-Aug-14 13:15
professionaljkirkerx5-Aug-14 13:15 
GeneralRe: What value goes for "Other" field type in PDF Form field types? Pin
meeram396-Aug-14 2:28
professionalmeeram396-Aug-14 2:28 
GeneralRe: What value goes for "Other" field type in PDF Form field types? Pin
jkirkerx6-Aug-14 6:13
professionaljkirkerx6-Aug-14 6:13 
GeneralRe: What value goes for "Other" field type in PDF Form field types? Pin
meeram396-Aug-14 16:39
professionalmeeram396-Aug-14 16:39 
QuestionInformation disclosure vulnerabilities are leaks of information from an application used by attacker Pin
Stephen Holdorf5-Aug-14 5:33
Stephen Holdorf5-Aug-14 5:33 
AnswerRe: Information disclosure vulnerabilities are leaks of information from an application used by attacker Pin
Richard MacCutchan5-Aug-14 5:42
mveRichard MacCutchan5-Aug-14 5:42 
QuestionPassword transmitted in clear text or with an unapproved format MVC IA finding Pin
Stephen Holdorf5-Aug-14 5:20
Stephen Holdorf5-Aug-14 5:20 
AnswerRe: Password transmitted in clear text or with an unapproved format MVC IA finding Pin
Richard Deeming5-Aug-14 8:58
mveRichard Deeming5-Aug-14 8:58 
QuestionResources available to unauthorized users MVC attack Pin
Stephen Holdorf5-Aug-14 5:06
Stephen Holdorf5-Aug-14 5:06 
QuestionHow to implement paging as given in screenshot in AJAX call Pin
Sukhi1235-Aug-14 1:16
Sukhi1235-Aug-14 1:16 
AnswerRe: How to implement paging as given in screenshot in AJAX call Pin
Sibeesh KV29-Sep-14 1:39
professionalSibeesh KV29-Sep-14 1:39 
QuestionWhy Grid view is not rendered in HTML ? Pin
VinothKumar903-Aug-14 18:52
VinothKumar903-Aug-14 18:52 
AnswerRe: Why Grid view is not rendered in HTML ? Pin
Kornfeld Eliyahu Peter3-Aug-14 20:23
professionalKornfeld Eliyahu Peter3-Aug-14 20:23 
GeneralRe: Why Grid view is not rendered in HTML ? Pin
VinothKumar903-Aug-14 22:50
VinothKumar903-Aug-14 22:50 
AnswerRe: Why Grid view is not rendered in HTML ? Pin
Sibeesh KV29-Sep-14 1:43
professionalSibeesh KV29-Sep-14 1:43 
Questionc# 2010 web form work with ssrs Pin
dcof3-Aug-14 8:24
dcof3-Aug-14 8:24 
I need to make a change to an existing C#.net 2010 web form application that displays reports (letters) in ssrs 2008 reports based upon how many based upon how may days delinqent a particular customer is. The information for each letter (report) if obtained from a string field called strLetter. The string field called strLetter and the field contains the information in html format.

When the existing ssrs reports are running the users are able to select parameter values to run the report. One of the parameters is to select how may days delinquent a customer is (5 days, 15 days, 20 days, 30 days, and 90 days)..

Right now there are letters for 5 days, 15 days, 20 days, 30 days, and 90 days that go directly to the customer. Now I need to create an additional 20 day letter that goes to my company's attorney. This means that I have 2 lettersers that need to be generated at the 20 day mark (1 for the customer and 1 for the attorney).

To solve this situation, I have the following questions:
1. Is there a way to create the 2 20 day letters by using the existing 20 day drop down list? In other words, in the ssrs report can I create a page break between the 2 20 reports (letters)? Can I have something like:
strstrLetter value
page break,
strLetter value2.
If so how would I accomplish this goal?
2. If the above is not a possibility can tell me how to accomplish this goal in vb.net to setup the html or other possbility? I only know 'basic' html.
QuestionWhich event appears the value of sessions variables Pin
danigeraleddin1-Aug-14 9:49
danigeraleddin1-Aug-14 9:49 

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.