Click here to Skip to main content
16,013,918 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Using Login & LoginView controls Pin
chathu03j22-Aug-07 18:04
chathu03j22-Aug-07 18:04 
GeneralRe: Using Login & LoginView controls Pin
Big Ralph22-Aug-07 20:44
Big Ralph22-Aug-07 20:44 
GeneralRe: Using Login & LoginView controls Pin
chathu03j23-Aug-07 21:37
chathu03j23-Aug-07 21:37 
QuestionFlash Giving that WOW to ur website Pin
duo!@#21-Aug-07 21:59
duo!@#21-Aug-07 21:59 
AnswerRe: Flash Giving that WOW to ur website Pin
SimulationofSai21-Aug-07 22:27
SimulationofSai21-Aug-07 22:27 
QuestionExtracting Numbers From Other Text Pin
Brendan Vogt21-Aug-07 21:42
Brendan Vogt21-Aug-07 21:42 
AnswerRe: Extracting Numbers From Other Text Pin
greekius21-Aug-07 22:26
greekius21-Aug-07 22:26 
QuestionData Grid .. Pin
nandhububbly21-Aug-07 21:42
nandhububbly21-Aug-07 21:42 
hi ..

i want to know how to access database and insert row in datagrid using javascipt.

this is my existing code
<columns>
<asp:templatecolumn>
<headerstyle width="10%">
<itemstyle font-underline="True" horizontalalign="Center" width="10%">
<itemtemplate>
<asp:hyperlink id="Hyperlink1" cssclass="bluelink" runat="server" navigateurl="<%# "../CareHistory/CareEpisodeDetails.aspx?CareId="+DataBinder.Eval(Container.DataItem,"CareId").ToString() %>" width="16%">
View



<asp:boundcolumn datafield="CareCategoryName" headertext="Care Group">
<headerstyle horizontalalign="Center" width="25%">

<asp:boundcolumn datafield="CareStartDate" headertext="Date From" dataformatstring="{0:dd/MM/yyyy}">
<headerstyle horizontalalign="Center" width="10%">

asp:BoundColumn DataField="CareDateTo" HeaderText="Date To" DataFormatString="{0:dd/MM/yyyy}">
<headerstyle horizontalalign="Center" width="10%">

asp:BoundColumn DataField="ReasonForChange" HeaderText="Reason For Change">
<headerstyle horizontalalign="Center" width="15%">

asp:BoundColumn DataField="FundingAuthority" HeaderText="Funding Authority">
<headerstyle horizontalalign="Center" width="15%">

asp:TemplateColumn HeaderText="Risk at Home">
<headerstyle horizontalalign="Center" width="15%" verticalalign="Middle">
<itemstyle horizontalalign="Center" verticalalign="Middle">
<itemtemplate>
<asp:label id="lblRiskAtHome" runat="server" width="125px" text="<%# DataBinder.Eval(Container.DataItem,"HomeVisitingSafetyIssues") %>">





i need existing from to javascript like below


var grid = new AW.UI.Grid;
grid.setId("myGrid");
grid.setHeaderText("header");
grid.setCellText(function(col, row){return col + "-" + row});
grid.setColumnCount(10);
grid.setRowCount(1000);
grid.refresh();


how to get that row please help me

thank u
nantha
AnswerRe: Data Grid .. Pin
Christian Graus21-Aug-07 21:55
protectorChristian Graus21-Aug-07 21:55 
GeneralRe: Data Grid .. Pin
nandhububbly21-Aug-07 22:56
nandhububbly21-Aug-07 22:56 
QuestionAccess to the path 'c:\inetpub\wwwroot\FinalUploadProgress\web.config' is denied. Pin
-- Abhi --21-Aug-07 21:40
-- Abhi --21-Aug-07 21:40 
AnswerRe: Access to the path 'c:\inetpub\wwwroot\FinalUploadProgress\web.config' is denied. Pin
greekius21-Aug-07 22:12
greekius21-Aug-07 22:12 
QuestionSimple connection - What is wrong With This code? Pin
greekius21-Aug-07 21:26
greekius21-Aug-07 21:26 
AnswerRe: Simple connection - What is wrong With This code? Pin
Michael Sync21-Aug-07 21:30
Michael Sync21-Aug-07 21:30 
AnswerRe: Simple connection - What is wrong With This code? Pin
Parwej Ahamad21-Aug-07 21:30
professionalParwej Ahamad21-Aug-07 21:30 
AnswerRe: Simple connection - What is wrong With This code? Pin
N a v a n e e t h21-Aug-07 21:34
N a v a n e e t h21-Aug-07 21:34 
GeneralRe: Simple connection - What is wrong With This code? Pin
N a v a n e e t h21-Aug-07 21:36
N a v a n e e t h21-Aug-07 21:36 
GeneralRe: Simple connection - What is wrong With This code? Pin
Parwej Ahamad21-Aug-07 21:43
professionalParwej Ahamad21-Aug-07 21:43 
GeneralRe: Simple connection - What is wrong With This code? Pin
N a v a n e e t h21-Aug-07 22:02
N a v a n e e t h21-Aug-07 22:02 
GeneralRe: Simple connection - What is wrong With This code? Pin
Parwej Ahamad21-Aug-07 22:08
professionalParwej Ahamad21-Aug-07 22:08 
GeneralRe: Simple connection - What is wrong With This code? Pin
greekius21-Aug-07 22:16
greekius21-Aug-07 22:16 
QuestionEnable-Disable web.config section. Pin
-- Abhi --21-Aug-07 21:19
-- Abhi --21-Aug-07 21:19 
AnswerRe: Enable-Disable web.config section. Pin
SimulationofSai21-Aug-07 22:35
SimulationofSai21-Aug-07 22:35 
GeneralRe: Enable-Disable web.config section. Pin
-- Abhi --21-Aug-07 23:08
-- Abhi --21-Aug-07 23:08 
QuestionOut parameter from Stored procedure [modified] Pin
manowj21-Aug-07 20:53
manowj21-Aug-07 20:53 

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.