Click here to Skip to main content
15,902,636 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to Assign an image to Image control at Run time in ASP.NET Pin
Rocky#18-Sep-08 17:47
Rocky#18-Sep-08 17:47 
AnswerRe: How to Assign an image to Image control at Run time in ASP.NET Pin
Mohammad Al Hoss18-Sep-08 22:55
Mohammad Al Hoss18-Sep-08 22:55 
Questionpass query string............. Pin
ani_ikram18-Sep-08 16:53
ani_ikram18-Sep-08 16:53 
AnswerRe: pass query string............. Pin
Blue_Boy18-Sep-08 22:28
Blue_Boy18-Sep-08 22:28 
QuestionExport many pictures into a word document without DCOM ? Pin
clampid118-Sep-08 15:08
clampid118-Sep-08 15:08 
QuestionViewState and Enabled property in a textb Pin
allende18-Sep-08 8:42
allende18-Sep-08 8:42 
AnswerRe: ViewState and Enabled property in a textb Pin
Sandeep Akhare18-Sep-08 19:47
Sandeep Akhare18-Sep-08 19:47 
QuestionSet the connectionString for the sessionState element in web.config Pin
AlexeiXX318-Sep-08 7:57
AlexeiXX318-Sep-08 7:57 
Hi, thanks for looking
How can i add a provider for the session state as one can do with the profile providers??

Example:
<providers>
  <add
      name="SqlProvider"
      type="System.Web.Profile.SqlProfileProvider"
      connectionStringName="LocalSqlServer"
      applicationName="AppName" />
</providers>

This gives me error on conectionStringName and applicationName when i add it inside the sessionState

Im using this:
<sessionState mode="SQLServer" timeout="30" cookieless="AutoDetect"
                  allowCustomSqlDatabase="true" sqlConnectionString="..." />

But i would like to control my connectionstrings from the connectionstrings section

Thanks in advance

Alexei Rodriguez

Questionautosuggest textboxes Pin
enthusiastic47718-Sep-08 7:09
enthusiastic47718-Sep-08 7:09 
AnswerRe: autosuggest textboxes Pin
N a v a n e e t h18-Sep-08 7:16
N a v a n e e t h18-Sep-08 7:16 
Questionmvc preview - how can I validate which release I am using? Pin
Member 391904918-Sep-08 7:05
Member 391904918-Sep-08 7:05 
QuestionUsing AD to authenticate user on a website Pin
mlbrown18-Sep-08 6:42
mlbrown18-Sep-08 6:42 
QuestionProblems using DetailsView Pin
RJLuppino18-Sep-08 6:01
RJLuppino18-Sep-08 6:01 
QuestionRuntime error and compile time error? Pin
Aslesh18-Sep-08 5:44
Aslesh18-Sep-08 5:44 
AnswerRe: Runtime error and compile time error? Pin
Paul Conrad18-Sep-08 6:00
professionalPaul Conrad18-Sep-08 6:00 
GeneralRe: Runtime error and compile time error? Pin
Aslesh18-Sep-08 6:04
Aslesh18-Sep-08 6:04 
GeneralRe: Runtime error and compile time error? Pin
Paul Conrad18-Sep-08 6:07
professionalPaul Conrad18-Sep-08 6:07 
GeneralRe: Runtime error and compile time error? Pin
Aslesh18-Sep-08 6:09
Aslesh18-Sep-08 6:09 
GeneralRe: Runtime error and compile time error? Pin
Aslesh18-Sep-08 7:11
Aslesh18-Sep-08 7:11 
GeneralRe: Runtime error and compile time error? Pin
Paul Conrad18-Sep-08 10:11
professionalPaul Conrad18-Sep-08 10:11 
Questionımagebutton focus problem Pin
enginakkoca118-Sep-08 4:50
enginakkoca118-Sep-08 4:50 
Questionautomatically select tree node Pin
NikoTanghe18-Sep-08 4:07
NikoTanghe18-Sep-08 4:07 
AnswerRe: automatically select tree node Pin
eyeseetee18-Sep-08 4:32
eyeseetee18-Sep-08 4:32 
GeneralRe: automatically select tree node Pin
NikoTanghe19-Sep-08 1:05
NikoTanghe19-Sep-08 1:05 
QuestionCalling server side method through java script Pin
alok_2k318-Sep-08 3:13
alok_2k318-Sep-08 3:13 

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.