Showing posts with label schema. Show all posts
Showing posts with label schema. Show all posts

Saturday, March 31, 2012

Table Schema Editor

Friends are there any tools/controls in asp.net which can help design create
a table in a database.
thanks!!!There are many databases out there, and many tools for creating database
objects in them. There are some tools as well in VS.Net.

HTH,

Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
http://www.takempis.com
Big things are made up of
lots of Little things.

"sunil" <sunil_godiyal@.yahoo.com> wrote in message
news:eVgxxNAPDHA.3016@.TK2MSFTNGP10.phx.gbl...
> Friends are there any tools/controls in asp.net which can help design
create
> a table in a database.
> thanks!!!
Ah, thanks for the clarification. Hopefully someone here knows of such
third-party apps.

HTH,

Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
http://www.takempis.com
Big things are made up of
lots of Little things.

"sunil" <sunil_godiyal@.yahoo.com> wrote in message
news:u1QzTxAPDHA.1216@.TK2MSFTNGP11.phx.gbl...
> Kevin, Thanks for your reply. Here is my problem. I want the user using
my
> web application to be able to create table using the web interface
provided
> with in the web app. Iam looking for any activex controls or asp.net
> components which can do this.
> Appreciate your help.
> Thanks
>
> "Kevin Spencer" <kevin@.SPAMMERSSUCKtakempis.com> wrote in message
> news:%23S9lmhAPDHA.4024@.tk2msftngp13.phx.gbl...
> > There are many databases out there, and many tools for creating database
> > objects in them. There are some tools as well in VS.Net.
> > HTH,
> > Kevin Spencer
> > Microsoft FrontPage MVP
> > Internet Developer
> > http://www.takempis.com
> > Big things are made up of
> > lots of Little things.
> > "sunil" <sunil_godiyal@.yahoo.com> wrote in message
> > news:eVgxxNAPDHA.3016@.TK2MSFTNGP10.phx.gbl...
> > > Friends are there any tools/controls in asp.net which can help design
> > create
> > > a table in a database.
> > > thanks!!!
> >

Tuesday, March 13, 2012

Target schema for validation?

Hello everyone,

Can someone tell me which "Target schema for validation" is suitable for VS 05 web application or ASP.NET version2 application? I have set "Internet Explorer 6.0" for Target schema for validation but always get tag errors like:

Validation (Internet Explorer 6): The values permitted for this attribute do not include 'middle'.

Validation (Internet Explorer 6): Element 'table' cannot be nested within element 'span'.

Validation (Internet Explorer 6): Attribute 'size' is not a valid attribute of element 'input'.

How do I avoid these validation errors and which one is the right "Target schema for validation"? Thanks in advance.

The target schema will depend on the DOCTYPE you've chosen but ideally, you should target the latest versions so an XHTML 1.1 DOCTYPE will target the latest version of CSS (in my case the latest version in the dropdownlist was CSS2.1). However, this doesn't really have any relevance as the best method you can use is to use anon line validator and validate the final HTML that is sent to the browser.