Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
63% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
1 Endorsement
Ranked #858
Ranked #746
~41.3K People Reached
About Me

http://www.axistechnolabs.com

Interests
http://www.axistechnolabs.com
Favorite Tags

129 Posted Topics

Member Avatar for caitlyndania

I recommand custom asp.net/php ecommerce development or ready made magento ecommerce development

Member Avatar for nikitacod
2
3K
Member Avatar for eileenc87

<asp:GridView ID="grdStudentMarks" runat="server" DataSourceID="dsStudentMarks"> <EmptyDataTemplate> No Data Found </EmptyDataTemplate> <RowStyle CssClass="ClsOddRow" /> <AlternatingRowStyle CssClass="ClsEvenRow" /> <HeaderStyle CssClass="ClsHeaderRow" /> </asp:GridView> <asp:SqlDataSource ID="dsStudentMarks" runat="server" ConnectionString= "Data Source=.;Initial Catalog=UniversityManager;Integrated Security=True;" SelectCommand=" ( SELECT *FROM STUDENT ) "> </asp:SqlDataSource> <asp:Button ID="btnExportFromDatagrid" runat="server" Text="Export From Grid" OnClick="btnExportFromDatagrid_Click" /> <asp:Button ID="btnExportFromDataset" runat="server" Text="Export From Data set" …

Member Avatar for jacksmithcommons
0
2K
Member Avatar for Jashandeep
Member Avatar for xcdear213
Member Avatar for williamj896
0
1K
Member Avatar for simplyhuman

So many payment gateway are available in market like Paypal (credit card, express checkout etc.), wordpay, moneybooker, google checkout

Member Avatar for RH-Calvin
0
190
Member Avatar for kelvnese
Member Avatar for yanivlt777

use convert(datetime, yourdate, 101) for datetime convertion u can change 101 to 102,103... etc as per your needs

Member Avatar for relalimarmo
0
764
Member Avatar for Hakoo

[QUOTE=Hakoo;1539952]Hello All, I want to create new pop window like this site have while login. How can I do this? Thanking you, Hakoo Desai.[/QUOTE] window.open ("http://www.axistechnolabs.com","mywindow","status=1");

Member Avatar for sunnivasa
0
611
Member Avatar for PaulSmith1

Forum is good for SEO and link building. We can add our weburl and signature for better our ranking

Member Avatar for gadgetandgear
0
363
Member Avatar for chunkbar

You can use below code for ADD CONFIRM DELETE DIALOG BOX solution OnClientClick="return confirm('Are you sure you want to delete this ProductType?');"

Member Avatar for chunkbar
0
327
Member Avatar for darrinkeller
Member Avatar for JorgeM
0
525
Member Avatar for hetaltbs
Member Avatar for Jimbob12080
0
457
Member Avatar for lite_ws
Member Avatar for pinkygirl

[QUOTE=pinkygirl;1542099]Hi, This code checks the availability of username from the database.[/QUOTE] [URL="http://forums.asp.net/t/1375556.aspx/1"] Help Fully Link http://forums.asp.net/t/1375556.aspx/1[/URL]

Member Avatar for partha.asp
0
362
Member Avatar for Sariscos
Member Avatar for newviewit.com
Member Avatar for dlyaregov
-1
491
Member Avatar for KushMishra
Member Avatar for adobe71
1
171
Member Avatar for adeelfayyaz
Member Avatar for Sarama2030
0
336
Member Avatar for abathurst

Please try below link for your XML data insert problem [url]http://www.codeproject.com/KB/XML/csreadxml1.aspx[/url]

Member Avatar for abathurst
0
2K
Member Avatar for Nithya.G

use asp.net password recovery control with membership object for password recovery . link : [url]http://www.asp.net/security/tutorials/recovering-and-changing-passwords-vb[/url] Best link for password recovery control using asp.net [url]http://www.codeproject.com/KB/aspnet/Password_Recovery.aspx[/url]

Member Avatar for crishlay
0
186
Member Avatar for abathurst
Member Avatar for karthik82vk
Member Avatar for exidez
Member Avatar for crishlay

Hi I want to make website like [url]www.polyvore.com[/url] can anyone know me how i can make clone of this website. What tools or third party tools i have to use ?

Member Avatar for diafol
0
80
Member Avatar for jovillanuev

SSRS report solution use below link for solution [url]http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=167514[/url]

Member Avatar for crishlay
0
95
Member Avatar for jaycastr

make regular expression which is allowed only this kind of charaters and then validate it

Member Avatar for crishlay
0
78
Member Avatar for praveendasika

In ASP.net when you publish your website it will make DLL with some naming conventions..I think you can not change it

Member Avatar for praveendasika
0
130
Member Avatar for roXy101208
Member Avatar for crishlay
0
233
Member Avatar for daniahmed

try following code for inserting data using asp.net SqlConnection conn = new SqlConnection(connStr); conn.Open(); SqlCommand cmd = new SqlCommand(StrSql, conn); int i = cmd.ExecuteNonQuery(); conn.Close(); return i;

Member Avatar for crishlay
0
73
Member Avatar for naveedqadri

i think you have copy paste DLL in Bin folder.. please add Reference for that DLL..your problem will resolved

Member Avatar for crishlay
0
268

The End.