Click here to Skip to main content
15,919,898 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem in Retrieving text of linkbutton using Java Script Pin
banker_kiran20-Jan-09 23:01
banker_kiran20-Jan-09 23:01 
GeneralRe: Problem in Retrieving text of linkbutton using Java Script Pin
ais0720-Jan-09 23:18
ais0720-Jan-09 23:18 
GeneralRe: Problem in Retrieving text of linkbutton using Java Script Pin
banker_kiran20-Jan-09 23:26
banker_kiran20-Jan-09 23:26 
QuestionRelated textbox items should be displayed in dropdown list Pin
elci20-Jan-09 22:10
elci20-Jan-09 22:10 
AnswerRe: Related textbox items should be displayed in dropdown list Pin
Boro_Bob21-Jan-09 0:41
Boro_Bob21-Jan-09 0:41 
QuestionProblem while creating an Excel File from ASP.Net web application Pin
Neeraj Kr20-Jan-09 21:54
Neeraj Kr20-Jan-09 21:54 
AnswerRe: Problem while creating an Excel File from ASP.Net web application Pin
Abhishek Sur20-Jan-09 21:59
professionalAbhishek Sur20-Jan-09 21:59 
GeneralRe: Problem while creating an Excel File from ASP.Net web application Pin
Neeraj Kr20-Jan-09 22:31
Neeraj Kr20-Jan-09 22:31 
GeneralRe: Problem while creating an Excel File from ASP.Net web application Pin
Abhishek Sur21-Jan-09 19:27
professionalAbhishek Sur21-Jan-09 19:27 
QuestionFolder access right Pin
ellllllllie20-Jan-09 21:44
ellllllllie20-Jan-09 21:44 
AnswerRe: Folder access right Pin
Kaushal Arora23-Jan-09 1:37
Kaushal Arora23-Jan-09 1:37 
QuestionHow to delete a row from the grid view ? Pin
prabhuram n20-Jan-09 20:56
prabhuram n20-Jan-09 20:56 
AnswerRe: How to delete a row from the grid view ? Pin
Aman Bhullar20-Jan-09 21:06
Aman Bhullar20-Jan-09 21:06 
GeneralRe: How to delete a row from the grid view ? Pin
prabhuram n20-Jan-09 21:24
prabhuram n20-Jan-09 21:24 
GeneralRe: How to delete a row from the grid view ? Pin
N a v a n e e t h20-Jan-09 21:32
N a v a n e e t h20-Jan-09 21:32 
QuestionUnable to read some data from csv file Pin
Satish - Developer20-Jan-09 20:46
Satish - Developer20-Jan-09 20:46 
Hi, i am reading data from csv file to datatable. But some data is not reading. if the columns contains data with hyphens "234-456" is not reading. if hypen appears in text like 'sat-ish' is reading...why?
if (_fileexten == ".csv")
            {
                string str = Path.GetFileName(_filename);
                OdbcConnection conn = new OdbcConnection("Driver={Microsoft Text Driver (*.txt; *.csv)};Dbq=" + _fpath + "\\;Extensions=asc,csv,tab,txt;Persist Security Info=False");
                conn.Open();

                string sql_select = "select * from [" + str + "]";
                OdbcDataAdapter myCommand = new OdbcDataAdapter(sql_select, conn);

                myCommand.Fill(myDataSet, "csv");
                dt = myDataSet.Tables[0];

                conn.Close();
                myCommand.Dispose();

            }


G. Satish

AnswerRe: Unable to read some data from csv file Pin
Abhishek Sur20-Jan-09 21:30
professionalAbhishek Sur20-Jan-09 21:30 
QuestionClearing Dropdownlist keeping the first index Pin
meeram39520-Jan-09 20:31
meeram39520-Jan-09 20:31 
AnswerRe: Clearing Dropdownlist keeping the first index Pin
Aman Bhullar20-Jan-09 21:03
Aman Bhullar20-Jan-09 21:03 
GeneralRe: Clearing Dropdownlist keeping the first index Pin
meeram39520-Jan-09 22:59
meeram39520-Jan-09 22:59 
GeneralRe: Clearing Dropdownlist keeping the first index Pin
meeram39520-Jan-09 23:00
meeram39520-Jan-09 23:00 
QuestionHow to get the selected value from the Repeater control? Pin
Karthick_gc20-Jan-09 20:14
Karthick_gc20-Jan-09 20:14 
AnswerRe: How to get the selected value from the Repeater control? Pin
N a v a n e e t h20-Jan-09 21:38
N a v a n e e t h20-Jan-09 21:38 
AnswerRe: How to get the selected value from the Repeater control? Pin
Abhishek Sur20-Jan-09 21:47
professionalAbhishek Sur20-Jan-09 21:47 
Questiondatagrid updation! Pin
RajpootRohan20-Jan-09 19:54
professionalRajpootRohan20-Jan-09 19:54 

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.