Click here to Skip to main content
15,884,388 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Object reference not set to an instance of an object. Pin
thedom217-Oct-07 19:07
thedom217-Oct-07 19:07 
GeneralRe: Object reference not set to an instance of an object. Pin
N a v a n e e t h17-Oct-07 19:11
N a v a n e e t h17-Oct-07 19:11 
GeneralRe: Object reference not set to an instance of an object. Pin
thedom217-Oct-07 19:12
thedom217-Oct-07 19:12 
GeneralRe: Object reference not set to an instance of an object. Pin
N a v a n e e t h17-Oct-07 19:23
N a v a n e e t h17-Oct-07 19:23 
Questionmaking a single cell editable in the row after checking the checkbox in gridview Pin
sribha17-Oct-07 16:57
sribha17-Oct-07 16:57 
QuestionGridview iteration in Javascript Pin
ss.mmm17-Oct-07 10:43
ss.mmm17-Oct-07 10:43 
AnswerRe: Gridview iteration in Javascript Pin
Christian Graus17-Oct-07 10:53
protectorChristian Graus17-Oct-07 10:53 
GeneralRe: Gridview iteration in Javascript Pin
ss.mmm17-Oct-07 11:09
ss.mmm17-Oct-07 11:09 
Thanks Christian. When I try to do this, it says gridView does not exist.
Am I wrong here?
var Table = document.getElementById(gridViewId);
for(i=0; i< Table.rows.length; i++ )
{
}

I have gridView inside the Panel like below. Do you think it fails because Gridview is inside Panel and table?

<asp:Panel ID="PanelGrid" runat="server" Visible="true">
<table>
<tr> <td> <asp:GridView> </asp:GridView> </td> </tr>
</table>
</asp:Panel>

Thanks
GeneralRe: Gridview iteration in Javascript Pin
Christian Graus17-Oct-07 11:49
protectorChristian Graus17-Oct-07 11:49 
Questiondefine a big field in sqlserver????????? Pin
mr.mohsen17-Oct-07 10:24
mr.mohsen17-Oct-07 10:24 
AnswerRe: define a big field in sqlserver????????? Pin
devboycpp17-Oct-07 10:28
devboycpp17-Oct-07 10:28 
GeneralRe: define a big field in sqlserver????????? Pin
mr.mohsen17-Oct-07 10:38
mr.mohsen17-Oct-07 10:38 
AnswerRe: define a big field in sqlserver????????? Pin
Guffa17-Oct-07 11:49
Guffa17-Oct-07 11:49 
GeneralRe: define a big field in sqlserver????????? Pin
pmarfleet17-Oct-07 11:53
pmarfleet17-Oct-07 11:53 
QuestionHow to disable autocomplete feature ? Pin
devboycpp17-Oct-07 10:21
devboycpp17-Oct-07 10:21 
QuestionHow is web.config handled? Pin
#realJSOP17-Oct-07 10:03
mve#realJSOP17-Oct-07 10:03 
AnswerRe: How is web.config handled? Pin
Christian Graus17-Oct-07 10:31
protectorChristian Graus17-Oct-07 10:31 
QuestionEncrypted web.config in IDE Pin
#realJSOP17-Oct-07 9:17
mve#realJSOP17-Oct-07 9:17 
AnswerRe: Encrypted web.config in IDE Pin
N a v a n e e t h17-Oct-07 18:32
N a v a n e e t h17-Oct-07 18:32 
Questionpage post back problem in asp.net Pin
yogesh_softworld12317-Oct-07 7:35
yogesh_softworld12317-Oct-07 7:35 
AnswerRe: page post back problem in asp.net Pin
Christian Graus17-Oct-07 10:33
protectorChristian Graus17-Oct-07 10:33 
AnswerRe: page post back problem in asp.net Pin
mr.mohsen17-Oct-07 10:34
mr.mohsen17-Oct-07 10:34 
AnswerRe: page post back problem in asp.net Pin
karthidheena17-Oct-07 19:44
karthidheena17-Oct-07 19:44 
QuestionDisplaying editable data in a table Pin
prickard17-Oct-07 7:25
prickard17-Oct-07 7:25 
Questionhow to redirect from login page? Pin
Nada Adel17-Oct-07 6:12
Nada Adel17-Oct-07 6:12 

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.