Click here to Skip to main content
15,891,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How can we add dynamic control to Data table Pin
Coding C#28-Aug-09 2:08
Coding C#28-Aug-09 2:08 
GeneralRe: How can we add dynamic control to Data table Pin
Jain Vijay28-Aug-09 2:17
Jain Vijay28-Aug-09 2:17 
GeneralRe: How can we add dynamic control to Data table Pin
Coding C#28-Aug-09 2:21
Coding C#28-Aug-09 2:21 
QuestionASP.NET GridView not displaying label value while paging Pin
Inderjeet Kaur27-Aug-09 23:30
Inderjeet Kaur27-Aug-09 23:30 
AnswerRe: ASP.NET GridView not displaying label value while paging Pin
Inderjeet Kaur28-Aug-09 0:20
Inderjeet Kaur28-Aug-09 0:20 
QuestionHelp with Crystal Reports [modified] Pin
callousfantom27-Aug-09 23:26
callousfantom27-Aug-09 23:26 
AnswerRe: Help with Crystal Reports Pin
Satish Mahapatra28-Aug-09 1:29
Satish Mahapatra28-Aug-09 1:29 
Questionproblem on inserting non english values in DB Pin
sajjy27-Aug-09 23:15
sajjy27-Aug-09 23:15 
hi guys
I have some problem in inserting non english values in AJAX method (in AJAX i send information on get method) D'Oh! | :doh:
my DB column type is : "ntext" (to allow non english)
i checked , i get right data on server , but wrong data would inputed to the DB !!! Confused | :confused:
some code is like that :
string res = Request["amount"].ToString() + "," + Request["price"].ToString() + "," + Request["year"].ToString() + "," + Request["month"].ToString() + "," + Request["day"].ToString() + "," + Session["code"].ToString() + "," + Request["kind"].ToString() + "," + "1" + ",'" + Request["comment"].ToString()+ "'";
            string str = "INSERT INTO invest (amount,totalprice,year,month,day,personID,typeID,canedit,cms)VALUES(" + res + ")";
            SqlDataSource1.InsertCommand = str;
            SqlDataSource1.Insert();
            Response.Write("اطلاعات وارد شد");
            Response.End();

AnswerRe: problem on inserting non english values in DB Pin
Manas Bhardwaj28-Aug-09 0:28
professionalManas Bhardwaj28-Aug-09 0:28 
GeneralRe: problem on inserting non english values in DB Pin
sajjy28-Aug-09 1:22
sajjy28-Aug-09 1:22 
QuestionScroll bar in data gridview Pin
myinstincts27-Aug-09 23:03
myinstincts27-Aug-09 23:03 
AnswerRe: Scroll bar in data gridview Pin
Arun Jacob27-Aug-09 23:04
Arun Jacob27-Aug-09 23:04 
GeneralRe: Scroll bar in data gridview Pin
myinstincts27-Aug-09 23:18
myinstincts27-Aug-09 23:18 
GeneralRe: Scroll bar in data gridview Pin
Arun Jacob27-Aug-09 23:20
Arun Jacob27-Aug-09 23:20 
AnswerRe: Scroll bar in data gridview Pin
Arun Jacob27-Aug-09 23:21
Arun Jacob27-Aug-09 23:21 
GeneralRe: Scroll bar in data gridview Pin
myinstincts27-Aug-09 23:20
myinstincts27-Aug-09 23:20 
GeneralRe: Scroll bar in data gridview Pin
Arun Jacob27-Aug-09 23:21
Arun Jacob27-Aug-09 23:21 
AnswerRe: Scroll bar in data gridview Pin
padmanabhan N27-Aug-09 23:16
padmanabhan N27-Aug-09 23:16 
GeneralRe: Scroll bar in data gridview Pin
myinstincts27-Aug-09 23:22
myinstincts27-Aug-09 23:22 
QuestionWeb Project Pin
Suresh_code27-Aug-09 23:03
Suresh_code27-Aug-09 23:03 
QuestionProblem in GridView DataSource Pin
nagendrathecoder27-Aug-09 22:45
nagendrathecoder27-Aug-09 22:45 
QuestionUse of Exchange Users to access Web application Pin
sadanand027-Aug-09 22:36
sadanand027-Aug-09 22:36 
AnswerRe: Use of Exchange Users to access Web application Pin
Arun Jacob27-Aug-09 23:08
Arun Jacob27-Aug-09 23:08 
Questionis their anybody to help me Pin
OmiAshish27-Aug-09 22:14
OmiAshish27-Aug-09 22:14 
AnswerRe: is their anybody to help me Pin
Arun Jacob27-Aug-09 22:18
Arun Jacob27-Aug-09 22:18 

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.