No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
15 Posted Topics
Re: you can save this email settings in web.config file to make your code more clear | |
Re: Declare that variable in SQL Server. While passing from your form, cast it to it's datatype if it's not in that form. | |
Re: [QUOTE=digital29;1192140]I don`t recommend charging 80$...I don`t think someone will hire you at this price....you can find someone who will do for about 30$ an hour..or even less... I suggest trying different prices and plans...low at first..then after you have a good portfolio you can spice up the prices a little … | |
Re: give id to contentplacholder and in your jquery code you can select it by using $(#controlid) | |
| |
Re: [QUOTE=Scoobydog;1194571]I have a page with a nested gridview and within the nested gridview I have a TemplateField and an Imagebutton. What I am trying to accomplish is allow the user to expand the child grid and then click on the Imagebutton to display a panel below. The problem I am … | |
Re: [QUOTE=RickyG;1195576]HI, I am looking a snippet to warn the user before processing with deletion and my ViewEmployees.aspx page.. I am using a Gridview with autogenerated insert, delete statements; how would I do this on my Code Behind File? [CODE]<asp:GridView ID="GridView1" runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="False" CellPadding="4" DataKeyNames="EmployeeID" DataSourceID="AccessDataSource1" ForeColor="#333333" GridLines="None"> <RowStyle … | |
Re: [QUOTE=yookify;1193268]Thanks for ur reply.... I want to know how to compare letter by letter from two textboxs.if u know means can u please guide me with a simple eg.... Thanks in advance:-/[/QUOTE] What he's stated is inbuilt string method. When you've something inbuilt then why do you want to compare … | |
Re: You must have CSS reference in your pop up page :) | |
Re: [QUOTE=paldss;1175607]Hello everyone, I have a site which uses YUI to build a drop down menu system. There are two pages in this site that have embedded .pdf files in them. When one of the pages with the .pdf is open the drop down menu goes behind the .pdf and you … | |
Re: Before taking value just check whether that particular control is not null :) | |
Re: > THIS IS A ASP.NET Web APPLICATION NOT WINDOWS FORMS > Problem/ Question: To search a child node anywhere in the treeview. I need to type a Node name in the textbox and search the node name in the Treeview and highlight the node name on finding. I don’t how … | |
Re: [QUOTE=emilio;805694]well i tryed this and it still doesnot work.[/QUOTE] Hi try this example: [code=asp.net]<asp:BoundField DataField=”date_from” HeaderText=”DateApply” HeaderStyle-Width =”350px” DataFormatString=”{0:MM/dd/yyyy}” HtmlEncode=”false”> //—–another way <asp:TemplateField HeaderText=”Date Submission” SortExpression=”DateSubmission”> <ItemTemplate> <asp:Label ID=”Label1″ runat=”server” Text=’<%# Bind(”DateSubmission”, “{0:dd/MM/yyyy}”) %>’></asp:Label> </ItemTemplate> <ItemStyle HorizontalAlign=”Center” /> </asp:TemplateField>[/code] | |
Re: [QUOTE=samycbe;408092]how to make a validation like vb in asp.net? I want to make a text box should only accept numeric values.... samy[/QUOTE] Hi, First of all you need validation for textbox and you want user to enter only numeric values. So rather than allowing user to enter something and check … | |
[COLOR=blue][B]Hello all,[/B][/COLOR] [COLOR=blue][B]I want autocomplete textbox facility like google in my application and i searched on the net and i found some articles that shows i've to use ajax(combination of javascript and xml) but they are using .dll file component but i don't want to use any kind of .dll … |
The End.