<%@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' %>
gautamamit8
Posts
-
how to send sms through .net web form -
validation on stringHi 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
-
Read Image MetadataHello 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
-
Globally use of Hash Table in Web ApplicationHi 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
-
Paypal IntegrationHi 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
-
web application -
sql backup through asp.net in script formatHi 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
-
GridView Sortinghi mayank could u give me that sorting event full code Thanks in Advance
-
Text Box Event OnTextChangeTell 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
-
Text Box Event OnTextChangeCould u tell me how mean in form of Code
-
Text Box Event OnTextChangeHi 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
-
get a value from Datalist and bring it on popupcontrol Panelaspx 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>
-
get a value from Datalist and bring it on popupcontrol PanelHi 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
-
how an Off Line Search application is made in .net ?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
-
3 tier Architecture in asp.netHi 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
-
Paging not working properly on Modelpopup Ajax ControlHello 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
-
display image in repeater and retrieve its tooltip valueHi 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.
-
Display Image in gridview store in databasesorry dear can't work
-
Display Image in gridview store in databaseTill 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
-
Regarding IE 8.0If 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.