yes you can
Sarvesh Kushwaha
Posts
-
Can i develop mvc5 application without entity framework? -
Best Picture Editor to write Articles with Effective ImagesHi Guys, what are the best picture editor , in which we can easily edit images , comment images and make them more attractive and understandable. what you guys used to edit images ?????
-
Remembered me after changing my passwordtoday i have just changed my password because i logged in from my friend's laptop .and after changing the password its still logged in my friend's laptop and he is using my account with no difficulties and teasing me :P P. and i have unchecked the remember me option from my settings. so it should be like this if i have changed my password,it should not let me allow to use any functionality of website until i logged in again.
-
asp.net 4 with sql server 2008please clear you scenario still i m giving you an answer ;P . Solution 1. you can fill the listbox from dropdown data by using Dictionary or list . 1.first get your data in a dictionary. 2.then fill your list box using this data. Soultion 2. ListBox1.Items.Add(DropDownList1.SelectedValue);
-
gridview rowupdating in ascx filemake sure your .ascx file page load contains
if (!IsPostBack)
{}and you are binding within it .