Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
K

Kunal P

@Kunal P
About
Posts
116
Topics
31
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • retriving images
    K Kunal P

    even i`ll like to do something like this. please let me know.. thx

    Kunal

    ASP.NET csharp asp-net xml help question

  • ADrotator not showing images, only alternate text
    K Kunal P

    here it is.. /images/Blue hills.jpg www.site1.com BLue Hills 1 /images/Sunset.jpg www.site1.com Sunset 1 /images/Winter.jpg http://www.site1.com Winter 1 thanks Kunal

    ASP.NET help csharp com xml

  • ADrotator not showing images, only alternate text
    K Kunal P

    hi, i have already followed all that had been mentioned in the article. but still the alternate text changes, and no images :(

    Kunal

    ASP.NET help csharp com xml

  • ADrotator not showing images, only alternate text
    K Kunal P

    hi, i am developing a c# web application. i dragged an adrotator onto my webform, and created the corresponding ads.xml file. the adrotator tag is as follows the contents of the XML file are as follows /images/Blue hills.jpg www.site.com BLue Hills 1 The problem is that images are not being displayed, but their alternate text is displayed, and it is rotating. please help kunal

    Kunal

    ASP.NET help csharp com xml

  • retrieve data problems
    K Kunal P

    go to the enterprise manager, and create a new user for the database SYSTEM. it should be an asp.net user, also grant all the privileges.. hope it helps

    Kunal

    ASP.NET csharp database asp-net sql-server sysadmin

  • Page Size
    K Kunal P

    a gridview control is found in the ASP 2.0 version under the "Data" header of the toolbox. if u r using ASP 1.1 the name would be "Datagrid". these controls are pre coded to display data, allowing you to page, and even support update commands directly.. A repeater is a type of a template control, wherein you specify the look and feel of the control, and along with it do pretty much coding to display data.and the paging functionality would also have to be coded... so, its recommended to use the DATAGRID or GRIDVIEW.. i hope u get the idea now..

    Kunal

    ASP.NET csharp asp-net database help

  • How to setup and deploy a web application
    K Kunal P

    go to IIS configuration and create a new VIRTUAL DIRECTORY.. follow the wizard steps.. and u will deploy your application. to access your web site, go to IE and in the location bar typre http://localhost/websitename hope it helps

    Kunal

    ASP.NET javascript html tutorial workspace

  • OLEDB vs SQLClient
    K Kunal P

    these both are providers for different types of database access. SQLClient is a provider specially optimized to work with MS SQL server, and is very well recommended to use with sql server. on the other habd OleDB is used with MS ACCESS. The choice is entirely yours, as to which database you want to use. accordingly u will have to chose the provider

    Kunal

    ASP.NET visual-studio question

  • Splash Screen
    K Kunal P

    well.. i guess there aint any splash screen functionality inbuilt into ASP.net, though u can set it running using some javacript tweaks.. create an initial page and add the splash screen content in it.. use the setinterval() javascript function to redirect to another page after a set time interval. or u may even use AJAX so that the content is displayed on the same page.. i hope u get it

    Kunal

    ASP.NET csharp javascript asp-net tutorial

  • Hiding menubar, statusbar and toolbar in javascript
    K Kunal P

    well.. u will need the window.open method.. but a lil diff way.. in the html code function redir() { window.open("new url and attributes") } this wud redirect to a new page. and the attributes that u specify wud apply.. but u will need to redirect through this

    Kunal

    ASP.NET javascript question

  • Hiding menubar, statusbar and toolbar in javascript
    K Kunal P

    do you want.. that the page by default opens in a view where there is no toolbar and location bar.

    Kunal

    ASP.NET javascript question

  • Hiding menubar, statusbar and toolbar in javascript
    K Kunal P

    you can use the window.open method for the same. In the method u may set the attributes accordingly, so that only the browsing can be done, with no toolbars. hope it helps.

    Kunal

    ASP.NET javascript question

  • Hiding menubar, statusbar and toolbar in javascript
    K Kunal P

    well, do u just want to hide it for plain browsing.. if yes.. then right click in the vacant area in any toolbar... and un check all the toolbars..

    Kunal

    ASP.NET javascript question

  • how to send parameters in sql statement using data adapter.
    K Kunal P

    select * from emp where eno= '"+Textbox1.Text+"

    Kunal

    ASP.NET database tutorial

  • captcha image problem
    K Kunal P

    i am trying to incorporate a captcha in my project to prevent automated registrations. for the same downloaded various third party controls.. the prtoblem is that when ever i drag adn drop the captcha control, no image is shown. though wen i run the original code file, it works perfectly fine. i have even copoied the DLL in the BIN folder, created a new item in the toolbox. everytime the problem is of the image that is npt created. can nyone tell me where i am going wrong.

    Kunal

    ASP.NET help

  • need help: validation of date
    K Kunal P

    well.. there wudnt be ny in the tool bar..:laugh:... u got to download it from the net.. go to ajax.asp.net to download the toolkit.. which has the same.. or any other third party asp.net date time picker control.. i have one.. as well.. built in javascript.. shud i mail you..

    Kunal

    ASP.NET sysadmin help question

  • need help: validation of date
    K Kunal P

    obv not.. u can select from the dates before today.. infact, 5-7 yrs back as well..

    Kunal

    ASP.NET sysadmin help question

  • Mask Control for ASP.NET
    K Kunal P

    try this... htis one masks the time.. Mask control you may also use the AJAX ASP.net control toolkit... hope it helps..

    Kunal

    ASP.NET help csharp asp-net

  • need help: validation of date
    K Kunal P

    use a date time picker control.. that`ll save u the burden of validating the date..

    Kunal

    ASP.NET sysadmin help question

  • Session Problem.. (Back Button)
    K Kunal P

    not working.. that back button still gets me to the page.. is there a problem with the logout link button code..??

    Kunal

    ASP.NET help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups