write like this ]]>' /> This way your expression will be evaluated otherwise Eval will be treated as a string not as an expression
Nobody is perfect i'm Nobody
write like this ]]>' /> This way your expression will be evaluated otherwise Eval will be treated as a string not as an expression
Nobody is perfect i'm Nobody
Just have to check nothing for ConfigurationSettings.appSettings["key"] additionaly for other section you can use "System.Web.Configuration.WebConfigurationManager" namespace for loading web.config file and its sections
Nobody is perfect i'm Nobody
You need to install Plugin for browser plz see http://www.free-codecs.com/download/Real_Alternative.htm[^] url to download. In your HTML you have to use tag
Nobody is perfect i'm Nobody
very easily u can do it using System.IO, directory.Create("complete_path") you must use MapPath to find the base path then append then call Directory.Create method
Nobody is perfect i'm Nobody
use SelectedDate property to assign date
Nobody is perfect i'm Nobody
there are many ways to check server is up or not or the URL exists, like HttpWwebRequest , Ping
Nobody is perfect i'm Nobody
You can use command line utility aspnet_regSQL this will create all tables and SP in specified DataBase for Membership/role/SQLCachig/Profile management etc
Nobody is perfect i'm Nobody
Could you be little specific, I thing you can user NESTED DatGrid to dispay more than 1 table
Nobody is perfect i'm Nobody
Its like this, When browser requesr any URL first time , server generate a Unique variable called SessionID and with response return this session ID , this session ID will remain on the browser cookie for the next request, When u out userId and passwork and click on the login button the request for the page goes with the values you have entered, this can be thru GET/POST what ever you have selected in yout FORM tag. server then execute the page and return Status=200 (OK) and the HTML which browser can display, with asp.net control, server generate the corresponding HTML controls based on the BROWSER type, eg for asp:lable it generate for IE and tag for netScape If u want to know any specif thing, do ask that as well since its a very wast thing includinh HEADERS /CACHE etc
Nobody is perfect i'm Nobody
rather than form ID use forms[0] like this document.forms[0].action =".."
Nobody is perfect i'm Nobody
You must have used Templatefield and putted an Image button for delete/ Edit. Note that you have to make CommandName property of these ImageButton as "Delete" for delete ImageButton, "Edit" for edit ImageButton etc
Nobody is perfect i'm Nobody
This is correct however you can add single Quotes or double quotes
Nobody is perfect i'm Nobody
In you custom control you can not get direcr ref to SERVER object, User HttpContext.Current.Server.MapPath()
Nobody is perfect i'm Nobody
No this will not work with combo box or Radio button list. You can use Javascript to do apply. Also what attribute you want to add on ListItem since there is no JS event like onchnage , onclick for element in HTML all events are for element Nobody is perfect i'm Nobody
You can use Anthem.net which is a free librery for ajax controls. it include Combobox, Datagrid etc all have Ajax events, and u dont have to work with JS http://www.codeproject.com/Ajax/AnthemNET.asp[^]
Nobody is perfect i'm Nobody
I think u need something like google suggest functionality. You can download the code from codeproject itself there are many google suggest like article
Nobody is perfect i'm Nobody
You can use sharpPdf class lib its open source and you can dowload it from sourceforg web site. However it dint hav any fi=unctionality to convrt HTML - to- PDF but you can make same layout using its Table, Row column like property
Nobody is perfect i'm Nobody
you could achive this using System.net namespace object HttpWebRequest there is a method download() on this object that can download the page requested
Nobody is perfect i'm Nobody
its really a big task, you cant achive it untill you have dedicated DNS controller on which you have permission to write an DNS entry IIS alone can not achive it.
Nobody is perfect i'm Nobody
if its an Assembly you can add reference to it & involke its method to change the format however its not possible to render an Windows form into WebForm.
Nobody is perfect i'm Nobody