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
C

Chetan Patel

@Chetan Patel
About
Posts
149
Topics
25
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Redirection To Page Issue.
    C Chetan Patel

    Use Server.Transfer

    Best Regards, Chetan Patel

    ASP.NET help question

  • Redirection To Page Issue.
    C Chetan Patel

    You can use URL Rewriting Follow this link URL Rewriting with ASP.NET[^]

    Best Regards, Chetan Patel

    ASP.NET help question

  • alternative to iFrame
    C Chetan Patel

    Example document.getElementById('divtodiaplsy").innerHTML=xmlHttp.responseText; do some R & D on it and it works

    Best Regards, Chetan Patel

    ASP.NET javascript html security business question

  • alternative to iFrame
    C Chetan Patel

    Frameset is also there you can use Frame Still if you are not happy, You can get the output using xmlHttp = new XMLHttpRequest(); xmlHttp.onreadystatechange = ProcessRequest; xmlHttp.open( "GET", Url, true ); xmlHttp.send( null ); } function ProcessRequest() { //Type your code to read response data and put it out on your page }

    Best Regards, Chetan Patel

    ASP.NET javascript html security business question

  • Date problem
    C Chetan Patel

    Write in SQL Select Query Select Convert(varchar(10),getdate(),103) Like this will return dd-MM-yyyy And in C# use .ToString("dd-MM-yyyy"); In grid use DataFormatString Property and make sure HTMLEncode="False" set in That column

    Best Regards, Chetan Patel

    C# question help

  • Cannot get checkbox element in Datagrid using javascript in FF
    C Chetan Patel

    You can try with innerHTML It should work in all the browser

    Best Regards, Chetan Patel

    ASP.NET javascript

  • application object
    C Chetan Patel

    Application is Shared among all the users so if you want to seperate the storage for each user use Session Ex.// If you want to get Count of All Users then use Application And if you have to store UserName then use Session

    Best Regards, Chetan Patel

    ASP.NET question csharp asp-net help learning

  • Handling database locally using Cache
    C Chetan Patel

    You can have two ID in Tables 1 is LocalID and another is CentralID Might be the solution.

    Best Regards, Chetan Patel

    ASP.NET database sysadmin help question announcement

  • OS Request [Solved]
    C Chetan Patel

    Application.Restart()

    Best Regards, Chetan Patel

    C# csharp visual-studio question learning

  • Web Application
    C Chetan Patel

    You can use AJAX Model Popup Extender Or can do using Javascript by show/hide div onmouseover="showLarge('images\largeImage.jpg');"

    Best Regards, Chetan Patel

    ASP.NET csharp asp-net

  • Accessing WebUserControls and Webform properties
    C Chetan Patel

    Sorry friend, Your post is too long and still i am not clear, According to me you want to make communication between User Control and Container Page, Right? Then you need to user Properties to Access Control from Page. And Events (You can pass any value as Event Argument, it can be a class) define in UserControl to communicate with the page. Hope this might be useful to you.

    Best Regards, Chetan Patel

    ASP.NET question csharp com help tutorial

  • How can I use Server.MapPath
    C Chetan Patel

    Server.MapPath("~"); This returns your root directory Path Enjoy!

    Best Regards, Chetan Patel

    ASP.NET sysadmin help question

  • How to populate textbox by database
    C Chetan Patel
    1. Use Top 1 Query while you are loading data from DataBase. Now you got the first row. 2) If you want to transfer the data from one form to another. Then if you are using MDI form then You can access All Control like Form1 obj=new Form1() Form2 obj2=new Form2() obj2.TextBox1.Text=obj.TextBox1.Text If you are opening form from another form then obj.TextBox1.Text=this.TextBox1.Text Still it is not resolved then post minimum code required to help you better.

    Best Regards, Chetan Patel

    C# help database tutorial learning

  • How to replace string with StringBuilder
    C Chetan Patel

    Hi, StringBuilder is Benificial in case of string manipulations like concat string for no of times. Then use StringBuilder and add method to create result string. But when you got final string then You can use String object.

    Best Regards, Chetan Patel

    C# help question csharp dotnet xml

  • site banner on aspx page ?
    C Chetan Patel

    Use AJAX Model Popup Extender for the same.

    Best Regards, Chetan Patel

    ASP.NET tutorial question

  • Data Entry in GridView Control
    C Chetan Patel

    Show the grid view with one blank row and then add one by one row if user press enter key in last one column of last row For validation use onEdit and OnEndEdit events...

    Best Regards, Chetan Patel

    C# csharp tutorial visual-studio

  • Error occure while creating Object of COM dll
    C Chetan Patel

    Hello, I have registered one com dll and use it in my program. When i create object of the class in com dll it shows one installation window and takes few times. still it works ok. but i want to shop showing the installation window. I want to know the reason why this window is shown when it creates an object.

    Best Regards, Chetan Patel

    C# com help

  • Installation window is appearing when the object is created
    C Chetan Patel

    Hello, I have used one COM .dll in my VB.Net project and when i install the application. It runs ok. but when i open form which has created object of COM dll it shows one installation window without any message. I have registered the .dll using regsvr32

    Best Regards, Chetan Patel

    COM csharp com

  • DNS Setting : Want to point my site to dedicated server
    C Chetan Patel

    Hello, I have buy one dedicated server and have book one domain name and Managed DNS for that domain. I have tried lot to set up the name server to my IP of the Dedicated Server if anybody has any idea to do so. please help me. Thanks in advance.

    Best Regards, Chetan Patel

    Web Development sysadmin hosting help learning

  • [Message Deleted]
    C Chetan Patel

    [Message Deleted]

    C#
  • Login

  • Don't have an account? Register

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