Quantcast
Browsing all 32058 articles
Browse latest View live
↧

How to Bind Dropdownl list from database in mvc3

Code - Razor Code  <div class="editor-field">            @Html.DropDownList("CountryID", String.Empty)            @Html.ValidationMessageFor(model => model.CountryID)...

View Article


Dropdown list binding , is that right or rough

Code - Razor Code  <div class="editor-field">            @Html.DropDownList("CountryID", String.Empty)            @Html.ValidationMessageFor(model => model.CountryID)...

View Article


delete records

i am using this code to delete recoeds but it only delete record from datagridview i also want to delete that record from database. plz help foreach (DataGridViewRow row in dataGridView1.Rows)...

View Article

INotifyPropertyChange in database project

Hi,I am new to WPF. I wanted to make a small database project just to learn WPF.This is a layered application where the business logic will be accessed through WCF service and Business logic will...

View Article

print two images on single page c#

I want to print two images on single page. I have tried below code, but it is printing all images on different pages.publicvoid PD_PrintPage(object sender,PrintPageEventArgs e){float W =...

View Article


crpe32.dll Error while Using Crystal Report?

Dear Friends,                       I had a bug on Crystal Report while i try to load the  Report Items.. it was woking Fine, suddenly it showed me One Exception In crpe32.dll..                    I...

View Article

Image may be NSFW.
Clik here to view.

dynamic column in crystal report

scenario:-two radio button one button On button clickif radio button 1 selected then crystal report in img1 is loaded    if radio button 2 selected then crystal report in img2 is loaded    img 1img2my...

View Article

need for support on mobile app dev.

pls tel me the links or suggesion on how to develop mobile app n how we well sell app on marketr....pls

View Article


controls on the form is not displayed

Hi..     I have one windows form.In that form contain many controls..But in design view that controls are not shown but in designer.cs & code file contain code for all controls..        Thanks..

View Article


How to apply Licence key to application

hi    I have one windows application.I want to apply licence key to that application.please give me detail step.i don't know anything of that.       Thanks..

View Article

Cached Versions

 What is the cached version? in this website http://www.diigo.com/  

View Article

enable some control by permisstion c#

Hi ...I have a database  one of the tables  is table Users so it contain admin that allowed to access all thing and user to access some thing , my question is how when i log in by admin i want to be...

View Article

I'm Steve, I need a big help on visual studio 2010

Hello I'm Steve Tarmac, I used to work with visual basic 6.0 so good, but now I'm a new comer in visual studio 2010 and it's so busy. and discover you on this site, but I don't know where I'm going to...

View Article


learning c# for asp.net mvc

hello. I started learning asp.net mvc but I have problems because I don't dominate on c#. I want to announce me the best website that I can learn c# (just for asp.net mvc) on it.thank you very much

View Article

Apple mail Imports to Entourage 2008

Is there any application or tool available to transfer all the data (emails, folders and contacts) from apple mail to entourage 2008.I have a mac book air with mountain lion OS X 10.7.Its not that I...

View Article


how to create a horizontal scrollbar same in datagridview

I'm trying to create a HScrollBar same scrollbar in datagridview, when resizing the form and columns the impact HScrollbar make it work.expect people to help, thank

View Article

Dynamic Treeview Menu as per access and permissions

Hi All,I am using VWD 2010 Express with mySQL as database. I have a treeview menu which i want to populate as per the permissons/access set. I took ideas/codes from these...

View Article


Sql command does not give output

Hi,I have 2 tables, which are not have any primary key.I want to add info field of one of the tables which contains 'no such name' string in it to other ones when 2 fileds of tables be the samethis is...

View Article

datatable does not have any data

Hi I want to put the data from tables with some condition but dtdns doesn't give any output. var Kelihos = dc.kv2s.OrderBy(p => p.ltime).Where(p => p.ltime >= paramTime && p.ltime <...

View Article

How to create dictionary app in windows phone

can anyone tell me how to create dictionary app for windows phone in multiple language like English to Spanish. i really need to create for my country and i am new beginner....

View Article
Browsing all 32058 articles
Browse latest View live