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
J

jitendrapatel

@jitendrapatel
About
Posts
19
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Date Problem
    J jitendrapatel

    Hi, Friend I hv one problem. I use DateTimePicker Control in My Application in vb.net. Some times i don't want to select date and i want to display blank in datetimepicker. so i get value either blank or date which i select from datetimepicker control. so please give me solution. Thank You in Advance. J. A. Patel

    Visual Basic csharp help

  • Live Chat Application
    J jitendrapatel

    Hi, Friends, Help me I want to make live chat application Project. Means visitors of the Site can chat with the administrator. On admin side there will be software for chatting in which there is facility like history for each chating, visitors name, ipaddress, chating with perticular visitor, when new visitor logon then one popup at rightbottom corner will display new visitor login status, etc. On visitor site there is window in which visitor send message and on upper the send messages by visitor and admin are display during chating session. anybody who knows about this please help me , what technology is to be use. and what to use in that technology. I think it is possible in .Net. Admin software will be make in VB or C#.Net. and visitor site there is ASP.Net but i don't know what to do in C# or VB.Net, which classes are used in C# or VB.Net. And which classes to use in ASP.Net. Help me. Thanks in advance Jitendra Patel

    ASP.NET csharp asp-net help lounge

  • Request.Cookies problem
    J jitendrapatel

    Hi, Friends I have problem in my ASP.Net Project. The starting page of my project is login.aspx. On submit button of this page i make Response.Cookies("User")("LoginId")=loginid.text and Response.Cookies("User")("Pass")=pass.text. after that page redirect to another page next.aspx In next page i retrieve the value of cookies by Request.Cookies("User")("LoginId") in some variables. This display the stored value but problem is that after executing this page it directly redirect to login.aspx. why this problem come i don't write any Response.Redirect("login.aspx") on next.aspx page. Please help me Thaks in advance J. A. Patel

    ASP.NET help csharp asp-net

  • Session Variable Problem
    J jitendrapatel

    The solution given by u is not as i want. i want another solutions. J. A. Patel

    ASP.NET help csharp asp-net

  • Live Chat On Net
    J jitendrapatel

    Thanks. I already tried for this 'Chat Application' in CodeProject. But i will not get proper solution. I want best solution.Please help me. Thanks in advance again. J. A. Patel

    ASP.NET lounge

  • Session Variable Problem
    J jitendrapatel

    Hi, Thanks for advise. But my problem is that the values of variables are remain same for whole application. The values are stored as per userloginid and password. So for every user there is variables which stored loginid, password, and other inforation. and i want that information in all pages that are after login pages. Give me better solution please. Thanks in advance again. J. A. Patel

    ASP.NET help csharp asp-net

  • Session Variable Problem
    J jitendrapatel

    Hi, wud anybody help me. I have problem of session variable in my asp.net project. I use session variable to pass values of some variable to another page. It is working fine. but after some time it expires. Is there another way to use variable without stroing in sessin variable and that variable will be used in all foms. Give me right solution please. Thanks in advance. J. A. Patel

    ASP.NET help csharp asp-net

  • Live Chat On Net
    J jitendrapatel

    Hi, I want to develop Live Chat system on net. what i do to make this system. Means which technology i use. How this will be done. Please give me information about this. thanks in advance. J. A. Patel

    ASP.NET lounge

  • Paging for DataGrid
    J jitendrapatel

    Thanks for ur reply. If u have this type of control please give me, this become very usefull for me. I require that urgent and i have no time to create control. Please help me. J. A. Patel

    ASP.NET database help

  • Paging for DataGrid
    J jitendrapatel

    Hi, wud any body can help me. I want Custom Paging for DataGrid. Means I use DataGrid and bound it with database table. There is paging facility for datagrid. but i want to use different from that. I want paging in which there is Next,Previous buttons, and Pages numbes. means there is like this navigation. [First] [Previous] 1 2 3 4 5 [Next] [Last] Help me i want argent. Thanks in advance. J. A. Patel

    ASP.NET database help

  • 2 problems
    J jitendrapatel

    Hi solutions for ur problems are as below. 1. there is no Messagebox in asp. If u want to show message as messagebox u have to use JavaSciptss alert() function. 2. In microsoft access there is autoincrement field. If u want to use something like that in SQL Server there is Identity field and Increment field. Use that to use increment number automatically by number which is given in the Increment field. If u problem will be solve reply me. Bye.. J. A. Patel

    ASP.NET question csharp database sql-server sysadmin

  • <%#Container.DataItem(" ")%> problem
    J jitendrapatel

    Hi Friend use this code hope u will solve ur problem ImageUrl='images/<%# Container.DataItem("picname") %>' Jitendra J. A. Patel

    ASP.NET help question html docker

  • Gridview control with scrollbar
    J jitendrapatel

    Hi, Friend thanks for using my code. If u want to use static header then u have to use another

    . The code is as below. This is the most usable code from my side. Apply style as per ur requirement. Adjust heading exactly above datagrid's heading. Hope u will be satisfy with this code.

    ProductName

    QuantityPerUnit

    UnitPrice

    UnitsInStock

    Bye. Jitendra J. A. Patel

    ASP.NET csharp asp-net tutorial question

  • Gridview control with scrollbar
    J jitendrapatel

    Hi, U can use

    tag to displaying scrollable data grid.I think the below code solve ur problem.

    Hope ur problem will be solve. Jitendra Patel (CE)

    ASP.NET csharp asp-net tutorial question

  • Delete last record on last page in DataGrid?
    J jitendrapatel

    Hi, Friends, thanks u. Code given by u is perfectly working i tested in my web pages and it works perfectly no problem comes. Thanks u very much to solving my problem If u have problem send me problem i can try to solve it. Bye. J. A. Patel

    ASP.NET help csharp asp-net question

  • Delete last record on last page in DataGrid?
    J jitendrapatel

    Hi, gnjunge I got ur reply. thanks for that. I will apply this if any problem come then i will ask u so please ready to help me. U help me, so i m always ready to help u. If u want help from me u can ask me. Bye J. A. Patel

    ASP.NET help csharp asp-net question

  • Delete last record on last page in DataGrid?
    J jitendrapatel

    :)Hi, Friends, I have problem while using datagrid in Asp.Net. The DataGrid Control is very helpful me for paging, editing and deleting record. I put 2 button column one for Edit and second for Delete. When i going to last page on datagrid and if there is only one record on last then, when i click on delete then after deleting it gives me error. Please give me solution. I want to delete last record thanks in advance for who will me give solution. thanks. J. A. Patel

    ASP.NET help csharp asp-net question

  • Formatting ASP.NET controls with CSS
    J jitendrapatel

    Hi, Friend, You can control the CSS by dynamically. U apply the Stylesheet at runtime. So u Can apply any style at run time and change can change ur Tabstrip looking style. J. A. Patel

    ASP.NET tutorial csharp css asp-net wpf

  • How to use custompaging in DataGrid in ASP.Net?
    J jitendrapatel

    Hi, I want to use CustomPaging. In that i want Dropdownlist to select any PageSize for DataGrid. The PageSize of DataGrid is changed Dynamically. I want nagivation bar Next,Prev, First and Last. I also want page number from total pages. I want sorting by clicking on DataGrid. I want these all thing for one datagrid. Thanks for those guys who send me solutions. Jitendra Patel

    ASP.NET csharp asp-net algorithms tutorial question
  • Login

  • Don't have an account? Register

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