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
G

gautamamit8

@gautamamit8
About
Posts
54
Topics
29
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to send sms through .net web form
    G gautamamit8

    <%@Import namespace= 'System.Text' %> <%@Import namespace= 'System.IO' %> <%@Import namespace= 'System.Net' %> <%@Import namespace= 'System.Web' %> <%@Import namespace= 'System.Web.UI' %> <%@Import namespace= 'System.Web.Services' %>

    ASP.NET csharp com tutorial

  • validation on string
    G gautamamit8

    Hi all I need to validate a string to allow html or simple text but not script language means a textbox can accept bold, italic tag of html but not script tag like alert("hi"); how can i do this Any help would be appreciated..

    Amit

    ASP.NET html tools help question

  • Read Image Metadata
    G gautamamit8

    Hello Coders I want to read Image Metadata information in my asp.net with C# web application.How I do this. Any help would be appreciated...

    Amit Gautam

    ASP.NET csharp asp-net help

  • Globally use of Hash Table in Web Application
    G gautamamit8

    Hi All I need some values to insert and get in HashTable globally in my web application.I make a class an declare it public but when i get the value from hashtable in another page it shows no value.How I access a hash table globally in my application.Pls suggest. Thanks in Advance

    Amit Gautam

    ASP.NET data-structures cryptography

  • Paypal Integration
    G gautamamit8

    Hi Coders I need to integrate paypal payment gateway in asp.net(C#). I want to use IPN method to get know the transactionId, payment status purpose. I use sandbox account for this.I made the transaction successfully but it not give me IPN Message(querystring) which have complete detail like txn_id,status etc.I researched over it from last 3 days. Do any provide a source code or sample application for this. Thanks in advance

    Amit

    ASP.NET csharp asp-net

  • web application
    G gautamamit8

    get the code n method to create - 3 Tier[^] Hope it will help.... mark as answer if helpful......

    ASP.NET csharp architecture help

  • sql backup through asp.net in script format
    G gautamamit8

    Hi all I need to get backup of my database(sql 2005 & above) in script format not in.bak format.How can I do this? I need all like tables,& table records,Store procedure etc in script format this is important. Any help would be appreciated......

    Amit

    ASP.NET database question csharp asp-net tools

  • GridView Sorting
    G gautamamit8

    hi mayank could u give me that sorting event full code Thanks in Advance

    ASP.NET css algorithms question

  • Text Box Event OnTextChange
    G gautamamit8

    Tell me without use of AJAX i Think it can be possible by adding one more attribute i.e. onTextChange event bt i dont know how i do this. Guide me if u know the solution

    ASP.NET css database help

  • Text Box Event OnTextChange
    G gautamamit8

    Could u tell me how mean in form of Code

    ASP.NET css database help

  • Text Box Event OnTextChange
    G gautamamit8

    Hi All I Have a problem.I want to search record from database and fill in a grid simultaneously when a user typing in TextBox means when i type 'A' in TextBox it fill gridview from database like 'Adam', 'Ashmit' ,'Anirudh' ,'Adnan' bt when he type another letter like 'Ad' then only 'Adam','Adnan' will remain in grid. this is the result without click over any button Thanks in Advance

    ASP.NET css database help

  • get a value from Datalist and bring it on popupcontrol Panel
    G gautamamit8

    aspx page Code- <td rowspan="11" valign="top" width:"590px"> <asp:DataList ID="DataList1" runat="server" RepeatColumns="2" RepeatDirection="Horizontal" Width="476px" Height="200px" onitemcommand="DataList1_ItemCommand" onitemdatabound="DataList1_ItemDataBound" > <ItemTemplate> <asp:Panel ID="Panel1" runat="server" Height="110px" Width="230px" BorderStyle="Solid" BorderWidth="2px"> <table style="height: 100px; font-family: 'Times New Roman'; font-size: small;" width="230px"> <tr> <td colspan="3" height="10px" width="100px"> <asp:Label ID="lblBookingDate" runat="server" Font-Size="8pt" Text='<%# Bind("BokingDate") %>' ToolTip='<%# Bind("BookingDate") %>'></asp:Label></td> <td style="text-align: right"><asp:ImageButton ID="ibNotes" runat="server" ImageUrl="~/Images/edit24.gif" Height="15px" CommandName="CommandNotes" /> <cc1:PopupControlExtender ID="ibNotes_PopupControlExtender" runat="server" DynamicServicePath="" Enabled="True" ExtenderControlID="" PopupControlID="pnlBookingNotes" TargetControlID="ibNotes"> </cc1:PopupControlExtender> </td> </tr> <tr> <td rowspan="2" valign="top" width="10px"> <asp:ImageButton ID="ibBreakfast" runat="server" Height="10px" Width="10px" CommandName="CommandBreakfast" ImageUrl="~/Images/Delete.jpg" /></td> <td rowspan="2" valign="top" style="width: 10px"> <asp:ImageButton ID="ibLunch" runat="server" Height="10px" Width="10px" CommandName="Commandlunch" /></td>

    ASP.NET help

  • get a value from Datalist and bring it on popupcontrol Panel
    G gautamamit8

    Hi All I have a problem.I am using a datalist on which 2 controls are there. 1st is Label which have date 2nd is buttonshow. when buttonshow is pressing the popup panel will come n all details of that particular date(label) filled in Popup Panel's text Box.I am unable to cougt that label value on the panel. Thanks in Advance

    ASP.NET help

  • how an Off Line Search application is made in .net ?
    G gautamamit8

    Hi All I have to assigned a work to develop an application that can fetch the data from Online server if Net is working otherwise fetch the data from local server. Actually this is a booking site customer wants the detail of those clients who are booked online this can easily be done but he say if the net is not working then i connect with the local server and it get the data(Offline) of clients from that position when the internet gone.for this he wants an exe.He gave me an example ok google offline.but I'm Confused.could u guide me. Any Help would be appreciated

    Amit Gautam

    ASP.NET tutorial csharp sysadmin sales help

  • 3 tier Architecture in asp.net
    G gautamamit8

    Hi Amit Actually 3 tier Arch. divide ur Application in 3 parts 1.Presentation layer 2.Business layer 3.Data Access layer for more search over the net u can get the arch. there. Good luck

    ASP.NET csharp asp-net architecture help

  • Paging not working properly on Modelpopup Ajax Control
    G gautamamit8

    Hello Coders, I have a gridview with paging fascility on a modelpopup control but this paging is not working properly over modelPopup .wn I click over page no. it close the modelpopup n jump over the page itself n when i open the popup control the paging records shown.I Use update panel on main Page. Any help would be appreciatable.

    Amit Gautam

    ASP.NET help announcement

  • display image in repeater and retrieve its tooltip value
    G gautamamit8

    Hi all I found a problem when I use repeater control.I use a Image button and store image id in Tool Tip of Image button but i unable to get the tool tip value in a another text box which is outside of repeater on my form. for more details- I use modelpopup ajax control inside it i take update Panel in updatepanel i use repeater and in repeater i take ImageButton. Any help would be appreciateable I know its a bit hectic but developer is a person who overcomes it.

    ASP.NET help announcement

  • Display Image in gridview store in database
    G gautamamit8

    sorry dear can't work

    ASP.NET help csharp database linq

  • Display Image in gridview store in database
    G gautamamit8

    Till now I store the single image in binary format in database. Even , I can show the image from database single but I dont know how to show them in Grid. The Article Link u given to me is for display image via using path of the Image not in binary format.So that is not helpful and Secondly I'm not here to get complete my work from others I just need a help or a point where i can solve my problem. Thanks for urs kind interest Amit

    ASP.NET help csharp database linq

  • Regarding IE 8.0
    G gautamamit8

    If you r using table in your's application. Then check the vacant cells delete them. Actually Firefox not focus over blank cells on ur page but IE do so.

    ASP.NET csharp asp-net
  • Login

  • Don't have an account? Register

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