Click here to Skip to main content
15,916,846 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCreating a .txt file in a web form (Urgent) Pin
srinivaskonijeti22-Oct-08 0:13
srinivaskonijeti22-Oct-08 0:13 
AnswerRe: Creating a .txt file in a web form (Urgent) Pin
Shyam Bharath22-Oct-08 0:28
Shyam Bharath22-Oct-08 0:28 
AnswerRe: Creating a .txt file in a web form (Urgent) Pin
N a v a n e e t h22-Oct-08 2:02
N a v a n e e t h22-Oct-08 2:02 
QuestionMultiple add/delete/update on a Gridview Pin
samerh22-Oct-08 0:13
samerh22-Oct-08 0:13 
Questionhow to access .cs page values in aspx page???? Pin
sarala.s21-Oct-08 23:44
sarala.s21-Oct-08 23:44 
AnswerRe: how to access .cs page values in aspx page???? Pin
meeram39521-Oct-08 23:48
meeram39521-Oct-08 23:48 
AnswerRe: how to access .cs page values in aspx page???? Pin
Abhijit Jana21-Oct-08 23:58
professionalAbhijit Jana21-Oct-08 23:58 
QuestionHow to Retrieving data to DropDownLists in the UpdatePanel? Pin
meeram39521-Oct-08 23:44
meeram39521-Oct-08 23:44 
I am using an Update Panel in my page called Company.aspx for populating Countries and States. There are two dropdownlists for the States and Countries. This is working perfectly fine.
In the database, there is a table called Company where the StateId and CompanyId is stored.

Now, if I want to display back the Country and State in the particular dropdownlists, how should I do that in the dropdownlists which is in the UpdtePanel? When I try to do as follows, it doesn't give me any error, but not selecting that particular value:

ddlCountry.SelectedItem.Value = Codtls.CountryName; // CoDtls.CountryName is a property having the country name.

Can anybody pls help me? Any code examples? Thanks in advance for any help.
Please let me know if I need to clarify more.

Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

AnswerRe: How to Retrieving data to DropDownLists in the UpdatePanel? Pin
Sandeep Akhare22-Oct-08 1:28
Sandeep Akhare22-Oct-08 1:28 
GeneralRe: How to Retrieving data to DropDownLists in the UpdatePanel? Pin
meeram39522-Oct-08 1:44
meeram39522-Oct-08 1:44 
Questionsetting the columns width of a gridview Pin
johland21-Oct-08 23:36
johland21-Oct-08 23:36 
AnswerRe: setting the columns width of a gridview Pin
NeverHeardOfMe22-Oct-08 0:45
NeverHeardOfMe22-Oct-08 0:45 
GeneralRe: setting the columns width of a gridview Pin
johland22-Oct-08 1:42
johland22-Oct-08 1:42 
GeneralRe: setting the columns width of a gridview Pin
NeverHeardOfMe22-Oct-08 2:18
NeverHeardOfMe22-Oct-08 2:18 
GeneralRe: setting the columns width of a gridview Pin
johland22-Oct-08 2:36
johland22-Oct-08 2:36 
GeneralRe: setting the columns width of a gridview Pin
NeverHeardOfMe22-Oct-08 2:52
NeverHeardOfMe22-Oct-08 2:52 
GeneralRe: setting the columns width of a gridview Pin
johland22-Oct-08 3:43
johland22-Oct-08 3:43 
QuestionMail Sending Failed Pin
yogesh_kumar_agarwal21-Oct-08 22:50
yogesh_kumar_agarwal21-Oct-08 22:50 
AnswerRe: Mail Sending Failed Pin
eyeseetee21-Oct-08 22:52
eyeseetee21-Oct-08 22:52 
AnswerRe: Mail Sending Failed Pin
AhsanS21-Oct-08 22:59
AhsanS21-Oct-08 22:59 
AnswerRe: Mail Sending Failed Pin
Abhijit Jana21-Oct-08 23:39
professionalAbhijit Jana21-Oct-08 23:39 
QuestionRetrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e. Pin
blakshmi21-Oct-08 22:46
blakshmi21-Oct-08 22:46 
AnswerRe: Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 8007000e. Pin
juan carmelo3-Dec-09 0:40
juan carmelo3-Dec-09 0:40 
Questiondesigning of ASP.NET project. Pin
Anmol.Gupta21-Oct-08 22:44
Anmol.Gupta21-Oct-08 22:44 
AnswerRe: designing of ASP.NET project. Pin
AhsanS21-Oct-08 22:53
AhsanS21-Oct-08 22: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.