Click here to Skip to main content
15,886,963 members
Home / Discussions / ASP.NET
   

ASP.NET

 
JokeRe: column 'member_channel_name' does not belong to table Pin
jkirkerx22-Jan-13 12:32
professionaljkirkerx22-Jan-13 12:32 
QuestionPost and Get process ASP.NET MVC Pin
PatrikSkywalker20-Jan-13 5:10
PatrikSkywalker20-Jan-13 5:10 
AnswerRe: Post and Get process ASP.NET MVC Pin
Deflinek21-Jan-13 3:23
Deflinek21-Jan-13 3:23 
QuestionResource files show empty content Pin
Ali Al Omairi(Abu AlHassan)19-Jan-13 23:19
professionalAli Al Omairi(Abu AlHassan)19-Jan-13 23:19 
AnswerRe: Resource files show empty content Pin
Sandeep Mewara20-Jan-13 1:18
mveSandeep Mewara20-Jan-13 1:18 
GeneralRe: Resource files show empty content Pin
Ali Al Omairi(Abu AlHassan)20-Jan-13 1:51
professionalAli Al Omairi(Abu AlHassan)20-Jan-13 1:51 
GeneralRe: Resource files show empty content Pin
Sandeep Mewara20-Jan-13 3:01
mveSandeep Mewara20-Jan-13 3:01 
QuestionViewState not working in UserControl Pin
Jassim Rahma19-Jan-13 5:29
Jassim Rahma19-Jan-13 5:29 
Hi,

I have the following in Main.Master file:

C#
ViewState["member_id"] = Convert.ToString(sql_reader["member_guid"]);

and in banner.ascx which is embedded in the Main.Master, I have the following:

HTML
<a href="<%# String.Format("{0}/{1}", Page.RouteData.Values["ADDRESS"], Eval("post_guid")) %>"><img src="<%# String.Format("{0}/{1}/posts/{2}/{3}.png", Application["MemberMediaDirectory"], ViewState["member_guid"], Eval("post_guid"), Eval("member_post_media_guid")) %>" alt="<%# Eval("member_post_media_title") %>" title="<%# Eval("member_post_media_title") %>" width="906px" height="360px" id="<%# Eval("member_post_media_id") %>"/></a>


but the ViewState["member_id"] is getting lost there and it's just blank! how can I fix it please?


Technology News @ www.JassimRahma.com

AnswerRe: ViewState not working in UserControl Pin
jkirkerx19-Jan-13 18:35
professionaljkirkerx19-Jan-13 18:35 
AnswerRe: ViewState not working in UserControl Pin
Richard Deeming21-Jan-13 2:07
mveRichard Deeming21-Jan-13 2:07 
QuestionHow can we export data into csv format in c#.net Pin
Er Atul Sharma18-Jan-13 23:31
Er Atul Sharma18-Jan-13 23:31 
AnswerRe: How can we export data into csv format in c#.net Pin
Sandeep Mewara19-Jan-13 5:54
mveSandeep Mewara19-Jan-13 5:54 
QuestionSQL Server error Pin
Pritam Sankar Roy18-Jan-13 18:31
Pritam Sankar Roy18-Jan-13 18:31 
AnswerRe: SQL Server error Pin
Nandakishore G N18-Jan-13 21:39
professionalNandakishore G N18-Jan-13 21:39 
AnswerRe: SQL Server error Pin
Shameel23-Jan-13 4:51
professionalShameel23-Jan-13 4:51 
QuestionHow to asp:Literal with more..? Pin
Jassim Rahma18-Jan-13 3:19
Jassim Rahma18-Jan-13 3:19 
AnswerRe: How to asp:Literal with more..? Pin
Parwej Ahamad18-Jan-13 7:13
professionalParwej Ahamad18-Jan-13 7:13 
AnswerRe: How to asp:Literal with more..? Pin
Nandakishore G N18-Jan-13 21:46
professionalNandakishore G N18-Jan-13 21:46 
QuestionFindControl not working in Gridview ItemTemplate of Button Pin
Kanwal Daud Gill17-Jan-13 19:42
Kanwal Daud Gill17-Jan-13 19:42 
AnswerRe: FindControl not working in Gridview ItemTemplate of Button Pin
chester_it2118-Jan-13 6:16
chester_it2118-Jan-13 6:16 
QuestionRe: FindControl not working in Gridview ItemTemplate of Button Pin
Nandakishore G N18-Jan-13 21:48
professionalNandakishore G N18-Jan-13 21:48 
AnswerRe: FindControl not working in Gridview ItemTemplate of Button Pin
Kanwal Daud Gill21-Jan-13 20:23
Kanwal Daud Gill21-Jan-13 20:23 
GeneralRe: FindControl not working in Gridview ItemTemplate of Button Pin
Nandakishore G N21-Jan-13 20:49
professionalNandakishore G N21-Jan-13 20:49 
QuestionTracking Emails Pin
Jaison Joe17-Jan-13 17:49
Jaison Joe17-Jan-13 17:49 
Questionhow to redirect in a url? Pin
Jassim Rahma17-Jan-13 9:42
Jassim Rahma17-Jan-13 9:42 

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.