Click here to Skip to main content
15,920,896 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How can I use a static class that is placed in another folder Pin
Christian Graus3-Nov-09 8:40
protectorChristian Graus3-Nov-09 8:40 
QuestionWeb Service Reference in Asp.net (WSE 2.0) Pin
mark_me2-Nov-09 8:44
mark_me2-Nov-09 8:44 
AnswerRe: Web Service Reference in Asp.net (WSE 2.0) Pin
Abhishek Sur2-Nov-09 9:32
professionalAbhishek Sur2-Nov-09 9:32 
GeneralRe: Web Service Reference in Asp.net (WSE 2.0) Pin
mark_me2-Nov-09 10:04
mark_me2-Nov-09 10:04 
GeneralRe: Web Service Reference in Asp.net (WSE 2.0) Pin
Abhishek Sur2-Nov-09 10:24
professionalAbhishek Sur2-Nov-09 10:24 
GeneralRe: Web Service Reference in Asp.net (WSE 2.0) Pin
mark_me2-Nov-09 12:02
mark_me2-Nov-09 12:02 
GeneralRe: Web Service Reference in Asp.net (WSE 2.0) Pin
Abhishek Sur2-Nov-09 20:14
professionalAbhishek Sur2-Nov-09 20:14 
QuestionPassing Information from GridView Deactivates the Select Row Command Pin
PDTUM2-Nov-09 7:43
PDTUM2-Nov-09 7:43 
Good Morning,

I am trying to pass the information from GridView cells to another asp.net page using VS2008 (C#). This is done by using a Select link in each row to pass the information from that row. I am using the following code:

<asp:HyperLinkField DataNavigateUrlFields="CallCreated, Call_Id, Sponsor, ConcurrentStudies, StudyId, NCTID,
Country, TimeZone, Contact, Title, Phone, Email, SubOn, SubBy"
DataNavigateUrlFormatString="CreateCall.aspx?CallCreated={0}&Call_Id={1}&Sponsor={2}&ConcurrentStudies={3}&StudyId={4}&NCTID={5}
&Country={6}&TimeZone={7}&Contact={8}&Title={9}&Phone={10}&Email={11}&SubOn={12}&SubBy={13}" Text="Select" />

Actually, it works perfectly until I try to add one particular column from the grid called CtWebPage. When this is added, the "Select" link which forwards the information to the receiving page becomes inactive. That is to say, the information is viewable in the grid, as received from the Sql query, but the link becomes inoperable. As long as I do not use this one column, it works fine. I have tried renaming the column and changing its data type from (varchar) to (nvarchar) just in case, but it does not make any difference. The information passed from this column is a string representation of a web page address (in case that makes a difference). I have tried renaming the problem column and it makes no difference.....it still does not work!. I have tried adding a new column, called Test, and put a single word in it for data, and it works fine. I had this happen once last year and I gave up and left the column out, thinking it was a fluke. Obviously, it was not. This time, I am determined to resolve it...with YOUR help, if you please.

Thank You, Pat
QuestionDOTNETNUKE ------------Please help me Pin
naflas2-Nov-09 4:09
naflas2-Nov-09 4:09 
AnswerRe: DOTNETNUKE ------------Please help me Pin
Abhishek Sur2-Nov-09 4:16
professionalAbhishek Sur2-Nov-09 4:16 
QuestionCurrency format in ASP.NET Pin
rajmahen2-Nov-09 4:08
rajmahen2-Nov-09 4:08 
AnswerRe: Currency format in ASP.NET Pin
Abhishek Sur2-Nov-09 4:10
professionalAbhishek Sur2-Nov-09 4:10 
GeneralRe: Currency format in ASP.NET [modified] Pin
rajmahen2-Nov-09 4:17
rajmahen2-Nov-09 4:17 
QuestionUnzip File On Server Using asp.Net Pin
Anudeep Jaiswal - MCA2-Nov-09 1:11
Anudeep Jaiswal - MCA2-Nov-09 1:11 
AnswerRe: Unzip File On Server Using asp.Net Pin
Imran Khan Pathan2-Nov-09 1:31
Imran Khan Pathan2-Nov-09 1:31 
AnswerRe: Unzip File On Server Using asp.Net Pin
Abhishek Sur2-Nov-09 2:44
professionalAbhishek Sur2-Nov-09 2:44 
QuestionExtending Base Type Functionality with Extension Methods Pin
Imran Khan Pathan2-Nov-09 0:53
Imran Khan Pathan2-Nov-09 0:53 
AnswerRe: Extending Base Type Functionality with Extension Methods Pin
Abhishek Sur2-Nov-09 1:05
professionalAbhishek Sur2-Nov-09 1:05 
GeneralRe: Extending Base Type Functionality with Extension Methods Pin
Imran Khan Pathan2-Nov-09 1:12
Imran Khan Pathan2-Nov-09 1:12 
GeneralRe: Extending Base Type Functionality with Extension Methods Pin
Imran Khan Pathan2-Nov-09 1:19
Imran Khan Pathan2-Nov-09 1:19 
GeneralRe: Extending Base Type Functionality with Extension Methods Pin
Abhishek Sur2-Nov-09 2:38
professionalAbhishek Sur2-Nov-09 2:38 
QuestionCad File Pin
ellllllllie2-Nov-09 0:10
ellllllllie2-Nov-09 0:10 
AnswerRe: Cad File Pin
Abhishek Sur2-Nov-09 3:00
professionalAbhishek Sur2-Nov-09 3:00 
Questionshopping cart: Pin
mylogics1-Nov-09 23:15
professionalmylogics1-Nov-09 23:15 
AnswerRe: shopping cart: Pin
Nishant Singh2-Nov-09 0:28
Nishant Singh2-Nov-09 0:28 

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.