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

ASP.NET

 
AnswerRe: HTTP 404 Pin
ZurdoDev25-May-12 4:44
professionalZurdoDev25-May-12 4:44 
GeneralRe: HTTP 404 Pin
Franco Cipriano25-May-12 4:48
Franco Cipriano25-May-12 4:48 
GeneralRe: HTTP 404 Pin
ZurdoDev25-May-12 4:51
professionalZurdoDev25-May-12 4:51 
GeneralRe: HTTP 404 Pin
Franco Cipriano25-May-12 5:45
Franco Cipriano25-May-12 5:45 
GeneralRe: HTTP 404 Pin
ZurdoDev25-May-12 5:50
professionalZurdoDev25-May-12 5:50 
GeneralRe: HTTP 404 Pin
Franco Cipriano25-May-12 7:11
Franco Cipriano25-May-12 7:11 
GeneralRe: HTTP 404 Pin
ZurdoDev25-May-12 7:18
professionalZurdoDev25-May-12 7:18 
GeneralRe: HTTP 404 Pin
Franco Cipriano25-May-12 7:27
Franco Cipriano25-May-12 7:27 
It's in the root of the site. I'm not sure where the problem is, since when I run the debug it does not go anywhere when I click the button in the GridView. Here is the ASP code of the GridView at frmList.aspx

XML
<asp:GridView ID="grdAll" runat="server" OnRowCommand="MPS_Selected" AutoGenerateColumns="false">
            <Columns>
                <asp:BoundField DataField="ID" HeaderText = "" Visible="false" />
                <asp:BoundField DataField="Name" HeaderText = "MPS Account Name" />
                <asp:BoundField DataField="Industry" HeaderText = "Industry" />
                <asp:BoundField DataField="SubIndustry" HeaderText = "Sub-Industry" />
                <asp:BoundField DataField="Geo" HeaderText = "Geo" />
                <asp:BoundField DataField="LocType" HeaderText = "Location" />
                <asp:buttonfield buttontype="Button" commandname="Select" headertext="" text="Select"/>
            </Columns>

        </asp:GridView>

GeneralRe: HTTP 404 Pin
ZurdoDev25-May-12 7:30
professionalZurdoDev25-May-12 7:30 
GeneralRe: HTTP 404 Pin
Franco Cipriano25-May-12 7:38
Franco Cipriano25-May-12 7:38 
GeneralRe: HTTP 404 Pin
ZurdoDev25-May-12 7:39
professionalZurdoDev25-May-12 7:39 
GeneralRe: HTTP 404 Pin
Franco Cipriano27-May-12 21:03
Franco Cipriano27-May-12 21:03 
AnswerRe: HTTP 404 Pin
frostcox25-May-12 10:29
frostcox25-May-12 10:29 
GeneralRe: HTTP 404 Pin
Franco Cipriano27-May-12 21:13
Franco Cipriano27-May-12 21:13 
AnswerRe: HTTP 404 Pin
wikizhao25-May-12 16:14
wikizhao25-May-12 16:14 
GeneralRe: HTTP 404 Pin
Franco Cipriano27-May-12 21:16
Franco Cipriano27-May-12 21:16 
GeneralRe: HTTP 404 Pin
wikizhao28-May-12 17:41
wikizhao28-May-12 17:41 
QuestionRegarding Availability of a username in Asp.net Pin
anu.koshy8524-May-12 23:13
anu.koshy8524-May-12 23:13 
AnswerRe: Regarding Availability of a username in Asp.net Pin
Richard MacCutchan25-May-12 1:14
mveRichard MacCutchan25-May-12 1:14 
GeneralRe: Regarding Availability of a username in Asp.net Pin
anu.koshy8525-May-12 4:19
anu.koshy8525-May-12 4:19 
AnswerRe: Regarding Availability of a username in Asp.net Pin
ZurdoDev25-May-12 4:45
professionalZurdoDev25-May-12 4:45 
AnswerRe: Regarding Availability of a username in Asp.net Pin
vvashishta25-May-12 2:39
vvashishta25-May-12 2:39 
AnswerRe: Regarding Availability of a username in Asp.net Pin
David Mujica25-May-12 6:13
David Mujica25-May-12 6:13 
AnswerRe: Regarding Availability of a username in Asp.net Pin
wikizhao25-May-12 16:17
wikizhao25-May-12 16:17 
QuestionTab Control Pin
niyajahmad24-May-12 18:56
niyajahmad24-May-12 18:56 

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.