Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached

15 Posted Topics

Member Avatar for papanyquiL

you can save this email settings in web.config file to make your code more clear

Member Avatar for aspproject
0
730
Member Avatar for rohitmanhas_12

Declare that variable in SQL Server. While passing from your form, cast it to it's datatype if it's not in that form.

Member Avatar for Sarama2030
0
1K
Member Avatar for NeilA

[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 …

Member Avatar for redesignunit
0
650
Member Avatar for sakhi kul

give id to contentplacholder and in your jquery code you can select it by using $(#controlid)

Member Avatar for nil
0
70
Member Avatar for mrnutty

old design was easy to access :) Now I've to get used to this one

Member Avatar for jwenting
1
188
Member Avatar for Scoobydog

[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 …

Member Avatar for Scoobydog
0
298
Member Avatar for RickyG

[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 …

Member Avatar for RickyG
0
98
Member Avatar for yookify
Re: Hai

[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 …

Member Avatar for yookify
0
97
Member Avatar for rukshilag
Member Avatar for paldss

[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 …

Member Avatar for nil
0
212
Member Avatar for syedfaisalhabib
Member Avatar for nil
-1
85
Member Avatar for ramindya

> 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 …

Member Avatar for nil
0
482
Member Avatar for emilio

[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]

Member Avatar for mail2saion
0
392
Member Avatar for samycbe

[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 …

Member Avatar for nil
0
145
Member Avatar for nil

[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 …

Member Avatar for kanuja01
0
152

The End.