- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
- Interests
- http://www.axistechnolabs.com
129 Posted Topics
Re: I recommand custom asp.net/php ecommerce development or ready made magento ecommerce development | |
Re: <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" … | |
Re: Do email marketing, directory posting for getting best SEO clients | |
Re: promote your site with good content, new technolgoy, news and set google adsense for earning | |
Re: So many payment gateway are available in market like Paypal (credit card, express checkout etc.), wordpay, moneybooker, google checkout | |
Re: have you tested without Nivo Slider binding records in Datalist ? | |
Re: use convert(datetime, yourdate, 101) for datetime convertion u can change 101 to 102,103... etc as per your needs | |
Re: [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"); | |
Re: Forum is good for SEO and link building. We can add our weburl and signature for better our ranking | |
Re: You can use below code for ADD CONFIRM DELETE DIALOG BOX solution OnClientClick="return confirm('Are you sure you want to delete this ProductType?');" | |
Re: you need to write URL rewrite in web.config file. It will fix your problem. | |
Re: Sitemap always be useful for visitors and google even for mapping your site's URL | |
| |
Re: [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] | |
Re: i want to know more about this google feature | |
Re: Wordpress, Magento, Sugar CRM, zoomla are CMS based applicaiton | |
| |
Re: HTMl pages are uses for static view of content...While ASP.Net pages are using for dynamic geneate pages | |
Re: Please try below link for your XML data insert problem [url]http://www.codeproject.com/KB/XML/csreadxml1.aspx[/url] | |
Re: 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] | |
Re: use Like in sql for multiple keyword data find | |
Re: Use "Distinct" in your query like select distinct * from tablename | |
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 ? ![]() | |
Re: SSRS report solution use below link for solution [url]http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=167514[/url] | |
Re: make regular expression which is allowed only this kind of charaters and then validate it | |
Re: In ASP.net when you publish your website it will make DLL with some naming conventions..I think you can not change it | |
Re: login session in asp.net and C# Session["SessionName"] = "yoursessionname"; | |
Re: 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; | |
Re: i think you have copy paste DLL in Bin folder.. please add Reference for that DLL..your problem will resolved |
The End.