Click here to Skip to main content
15,907,913 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Validation for textbox Pin
g_amol18-Sep-08 21:37
g_amol18-Sep-08 21:37 
QuestionASP.Net C#; How to create a pictureBox at runtime Pin
Linda1st15-Sep-08 17:30
Linda1st15-Sep-08 17:30 
AnswerRe: ASP.Net C#; How to create a pictureBox at runtime Pin
Gamzun15-Sep-08 19:24
Gamzun15-Sep-08 19:24 
QuestionMy Site gives "Server Error in / Application" when default.aspx page is requested Pin
Omage femi15-Sep-08 16:15
Omage femi15-Sep-08 16:15 
AnswerRe: My Site gives "Server Error in / Application" when default.aspx page is requested Pin
N a v a n e e t h15-Sep-08 16:34
N a v a n e e t h15-Sep-08 16:34 
GeneralRe: My Site gives "Server Error in / Application" when default.aspx page is requested Pin
Omage femi15-Sep-08 17:16
Omage femi15-Sep-08 17:16 
GeneralRe: My Site gives "Server Error in / Application" when default.aspx page is requested Pin
N a v a n e e t h15-Sep-08 17:55
N a v a n e e t h15-Sep-08 17:55 
QuestionQuerystring in Gridview HyperLinkField Pin
Humayun Shabbir15-Sep-08 14:52
Humayun Shabbir15-Sep-08 14:52 
I want to have current querystring values in HyperLinkField of a Gridview. For example i have a list of employees page with department id already in the querystring, now i want to have View Details link to take user to employee details page with employee_id added to querystring but also keep department_id in the querystring. Like following code

<asp:HyperLinkField DataNavigateUrlFields="employee_id, <%= Request.Querystring["department_id"] %>"
DataNavigateUrlFormatString="employee_details.aspx?employee_id={0}&department_id{1}" HeaderText="Action" Text="View Details" />

The current code gives me following error message.

Parser Error Message: Literal content ('<asp:HyperLinkField DataNavigateUrlFields="candidate_id,') is not allowed within a 'System.Web.UI.WebControls.DataControlFieldCollection'.

I hope there is some other way i can achieve this functionality while keeping it declarative as possible without using code behind.

Thanks

Humayun Shabbir Bhutta
http://www.sourcesystems.net
http://sourcesystems.net/humayun

AnswerRe: Querystring in Gridview HyperLinkField Pin
SunithaNallana15-Sep-08 22:20
SunithaNallana15-Sep-08 22:20 
GeneralRe: Querystring in Gridview HyperLinkField Pin
Humayun Shabbir16-Sep-08 7:01
Humayun Shabbir16-Sep-08 7:01 
AnswerRe: Querystring in Gridview HyperLinkField Pin
Linda1st16-Sep-08 9:06
Linda1st16-Sep-08 9:06 
QuestionAdding a text box or a control on a webform. Pin
udaykatakam15-Sep-08 13:05
udaykatakam15-Sep-08 13:05 
AnswerRe: Adding a text box or a control on a webform. Pin
N a v a n e e t h15-Sep-08 16:13
N a v a n e e t h15-Sep-08 16:13 
AnswerRe: Adding a text box or a control on a webform. Pin
Gamzun15-Sep-08 16:27
Gamzun15-Sep-08 16:27 
GeneralRe: Adding a text box or a control on a webform. Pin
N a v a n e e t h15-Sep-08 16:32
N a v a n e e t h15-Sep-08 16:32 
GeneralRe: Adding a text box or a control on a webform. Pin
Gamzun15-Sep-08 16:41
Gamzun15-Sep-08 16:41 
AnswerRe: Adding a text box or a control on a webform. Pin
Linda1st16-Sep-08 9:52
Linda1st16-Sep-08 9:52 
QuestionSite Search Pin
amit201115-Sep-08 9:08
amit201115-Sep-08 9:08 
AnswerRe: Site Search Pin
Paul Conrad15-Sep-08 12:11
professionalPaul Conrad15-Sep-08 12:11 
QuestionAccess Request/Response XML -ASP.NET Web Services Pin
geekfromindia15-Sep-08 8:21
geekfromindia15-Sep-08 8:21 
QuestionDeveloping on Vista (IIS7) and deploying on Server 2003 (IIS6) Pin
Todd Smith15-Sep-08 7:27
Todd Smith15-Sep-08 7:27 
AnswerRe: Developing on Vista (IIS7) and deploying on Server 2003 (IIS6) Pin
NeverHeardOfMe15-Sep-08 7:44
NeverHeardOfMe15-Sep-08 7:44 
QuestionPrinting in Asp.net 2.0 Pin
IamAmit15-Sep-08 6:01
IamAmit15-Sep-08 6:01 
QuestionGridview / datasource interaction Pin
DanB198315-Sep-08 5:59
DanB198315-Sep-08 5:59 
AnswerRe: Gridview / datasource interaction Pin
N a v a n e e t h15-Sep-08 16:31
N a v a n e e t h15-Sep-08 16:31 

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.