Click here to Skip to main content
15,902,445 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionuse in asp.net 2 an unmanaged dll from .asp pages that expects an open ADODB connection Pin
fozzybear5516-Dec-09 16:07
fozzybear5516-Dec-09 16:07 
QuestionHow to make GridView accessible Pin
Tina P16-Dec-09 15:42
Tina P16-Dec-09 15:42 
QuestionGridview selected row issue Pin
Priya Prk16-Dec-09 5:07
Priya Prk16-Dec-09 5:07 
AnswerRe: Gridview selected row issue Pin
dan!sh 16-Dec-09 6:30
professional dan!sh 16-Dec-09 6:30 
GeneralRe: Gridview selected row issue Pin
Priya Prk16-Dec-09 22:35
Priya Prk16-Dec-09 22:35 
AnswerRe: Gridview selected row issue Pin
ESTAN16-Dec-09 11:55
ESTAN16-Dec-09 11:55 
QuestionAsp.net 2.0: ListControl Vs WebControl when (Page.IsCallback == True) Pin
kadaoui el mehdi16-Dec-09 4:05
kadaoui el mehdi16-Dec-09 4:05 
QuestionStrongly typed dataset - need help. Pin
Slow Learner16-Dec-09 2:26
Slow Learner16-Dec-09 2:26 
Hi,

I right clicked on my project and added a dataset called
'PlntAccuracySWDst.xsd' and dragged the 'PlantInventoryAccuracy' table
that I want to work with from the server Exploerer on to it.

I am trying to access this dataset in my code behind

PlntAccuracySWDst mySWdst = new PlntAccuracySWDst();

For some reason I can't see 'PlantInventoryAccuracyTableAdapter' and
'PlantInventoryAccuracy' datatable objects when I do the 'mySWdst.
(dot)' in my codebehind file. Am I missing some thing here? I have
Select, Insert, and Update stored procs defined in the database and I
want to be able use those here. But as a first step I am unable to
access the DataTable and Table adapters.

Looks like I need to generate the Schema as a typed dataset. But when
I right click on the dataset I do not see the 'Generate Dataset'
option for me to select. so there is no PlntAccuracySWDst.cs file was
created under my 'PlntAccuracySWDst.xsd' file in my solution explorer.
I guess that is the reason why (becuase there is no Schema
generated) I can't access it from my code behind file.

Later on I found out that the the 'Generate Dataset' option is under
the View/Tollbars/DataDesign in my VS 2005. I just selected it and
this action placed a small tool bar under the Standard Tool bar. The
'Generate Dataset' is one of the icons on it. But unfortunately it is
disabled. I am not sure what I am missing here. I need to be able to
create the Schema by clicking the 'Generate Dataset' option.

I am still looking for help. I have searched online all talk about the steps creating typed datasets but none of the articles address what to do to 'Generate Dataset'. Any help is appreciated.

Thanks,

L
QuestionSession Pin
Rock Star.16-Dec-09 1:00
Rock Star.16-Dec-09 1:00 
AnswerRe: Session Pin
souidi abderrahman16-Dec-09 1:11
souidi abderrahman16-Dec-09 1:11 
GeneralRe: Session Pin
Rock Star.16-Dec-09 1:15
Rock Star.16-Dec-09 1:15 
AnswerRe: Session Pin
m-khansari16-Dec-09 1:25
m-khansari16-Dec-09 1:25 
GeneralRe: Session Pin
Rock Star.16-Dec-09 1:34
Rock Star.16-Dec-09 1:34 
GeneralRe: Session Pin
m-khansari16-Dec-09 2:30
m-khansari16-Dec-09 2:30 
AnswerRe: Session Pin
Abhishek Sur16-Dec-09 1:35
professionalAbhishek Sur16-Dec-09 1:35 
GeneralRe: Session Pin
Rock Star.16-Dec-09 2:12
Rock Star.16-Dec-09 2:12 
GeneralRe: Session Pin
Abhishek Sur16-Dec-09 6:03
professionalAbhishek Sur16-Dec-09 6:03 
AnswerRe: Session Pin
DJ Matthews16-Dec-09 2:30
DJ Matthews16-Dec-09 2:30 
GeneralRe: Session Pin
Paulo Zemek16-Dec-09 9:29
Paulo Zemek16-Dec-09 9:29 
GeneralRe: Session Pin
Rock Star.17-Dec-09 3:35
Rock Star.17-Dec-09 3:35 
GeneralRe: Session Pin
Rock Star.18-Dec-09 4:47
Rock Star.18-Dec-09 4:47 
GeneralRe: Session Pin
Paulo Zemek18-Dec-09 10:11
Paulo Zemek18-Dec-09 10:11 
GeneralRe: Session Pin
Rock Star.20-Dec-09 20:41
Rock Star.20-Dec-09 20:41 
Questionsuggest word when typed on Textbox Pin
Any_India16-Dec-09 0:55
Any_India16-Dec-09 0:55 
AnswerRe: suggest word when typed on Textbox Pin
Abhijit Jana16-Dec-09 2:09
professionalAbhijit Jana16-Dec-09 2:09 

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.