Click here to Skip to main content
15,901,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionClose all IExplorer instances [modified] Pin
jdkulkarni3-Dec-06 17:54
jdkulkarni3-Dec-06 17:54 
AnswerRe: Close all IExplorer instances Pin
Eduard Keilholz3-Dec-06 20:25
Eduard Keilholz3-Dec-06 20:25 
QuestionAccessing Files on another Server Pin
bgates19703-Dec-06 17:09
bgates19703-Dec-06 17:09 
AnswerRe: Accessing Files on another Server Pin
Eduard Keilholz3-Dec-06 20:27
Eduard Keilholz3-Dec-06 20:27 
QuestionASP.NET Four Controls Pin
dpthomas3-Dec-06 16:34
dpthomas3-Dec-06 16:34 
AnswerRe: ASP.NET Four Controls Pin
jitu gupta3-Dec-06 16:42
jitu gupta3-Dec-06 16:42 
GeneralRe: ASP.NET Four Controls Pin
dpthomas3-Dec-06 16:49
dpthomas3-Dec-06 16:49 
GeneralRe: ASP.NET Four Controls Pin
jitu gupta3-Dec-06 17:38
jitu gupta3-Dec-06 17:38 
hi,

in your model class two property is defined like this

private int caseId;
private string dbnumber;

public int CaseId
{
get{return caseId;}
set{caseId=value;}
}
public string DBNumber
{
get{return dbnumber;}
set{dbnumber=value;}
}

this is your two property in model class and u can access this two property by using model class object like this


Model.Case objModelCase = new Model.Case();

case is the model class and objModelCase is the object of case class

objModelCase.DBNumber=txtDrNumber.Text;
objModelCase.CaseId=txtCase.Text;

and finally u can paas this objModelCase object to database.

i think this will solve your problem.


"It is not enough to have a good mind. The thing is to use it well."
jitendra


QuestionWeb.config Pin
mehrdadc483-Dec-06 10:07
mehrdadc483-Dec-06 10:07 
AnswerRe: Web.config Pin
ullk3-Dec-06 10:35
ullk3-Dec-06 10:35 
QuestionSearch Pin
mehrdadc483-Dec-06 10:06
mehrdadc483-Dec-06 10:06 
AnswerRe: Search Pin
Eduard Keilholz3-Dec-06 20:44
Eduard Keilholz3-Dec-06 20:44 
QuestionUser Controls - Setting the Default Property Pin
Dominic Pettifer3-Dec-06 8:19
Dominic Pettifer3-Dec-06 8:19 
QuestionSystem.Web.HttpRequestValidationException Pin
Smiles743-Dec-06 5:27
Smiles743-Dec-06 5:27 
AnswerRe: System.Web.HttpRequestValidationException Pin
Guffa3-Dec-06 7:01
Guffa3-Dec-06 7:01 
QuestionAccess to images in main folder from subfolder -onmouseover Pin
ullk3-Dec-06 1:45
ullk3-Dec-06 1:45 
QuestionDatagrid template Pin
shereem khaleel3-Dec-06 1:10
shereem khaleel3-Dec-06 1:10 
AnswerRe: Datagrid template Pin
Tamimi - Code3-Dec-06 1:52
Tamimi - Code3-Dec-06 1:52 
GeneralRe: Datagrid template Pin
shereem khaleel3-Dec-06 2:16
shereem khaleel3-Dec-06 2:16 
GeneralRe: Datagrid template Pin
Tamimi - Code3-Dec-06 2:42
Tamimi - Code3-Dec-06 2:42 
GeneralRe: Datagrid template Pin
shereem khaleel3-Dec-06 18:48
shereem khaleel3-Dec-06 18:48 
GeneralRe: Datagrid template Pin
Tamimi - Code3-Dec-06 19:22
Tamimi - Code3-Dec-06 19:22 
GeneralRe: Datagrid template Pin
shereem khaleel3-Dec-06 19:33
shereem khaleel3-Dec-06 19:33 
Questionhow to make an event on a TemplateColumn Pin
rania_mansy3-Dec-06 0:17
rania_mansy3-Dec-06 0:17 
QuestionForum Required Pin
Bulky Fellow2-Dec-06 20:23
Bulky Fellow2-Dec-06 20:23 

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.