- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
128 Posted Topics
I recommand custom asp.net/php ecommerce development or ready made magento ecommerce development
<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" …
Do email marketing, directory posting for getting best SEO clients
promote your site with good content, new technolgoy, news and set google adsense for earning
So many payment gateway are available in market like Paypal (credit card, express checkout etc.), wordpay, moneybooker, google checkout
have you tested without Nivo Slider binding records in Datalist ?
use convert(datetime, yourdate, 101) for datetime convertion u can change 101 to 102,103... etc as per your needs
[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");
Forum is good for SEO and link building. We can add our weburl and signature for better our ranking
You can use below code for ADD CONFIRM DELETE DIALOG BOX solution OnClientClick="return confirm('Are you sure you want to delete this ProductType?');"
you need to write URL rewrite in web.config file. It will fix your problem.
Sitemap always be useful for visitors and google even for mapping your site's URL
magento is good for integrating CMS
[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]
i want to know more about this google feature
Wordpress, Magento, Sugar CRM, zoomla are CMS based applicaiton
HTMl pages are uses for static view of content...While ASP.Net pages are using for dynamic geneate pages
Please try below link for your XML data insert problem [url]http://www.codeproject.com/KB/XML/csreadxml1.aspx[/url]
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]
use Like in sql for multiple keyword data find
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 ?
SSRS report solution use below link for solution [url]http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=167514[/url]
make regular expression which is allowed only this kind of charaters and then validate it
In ASP.net when you publish your website it will make DLL with some naming conventions..I think you can not change it
login session in asp.net and C# Session["SessionName"] = "yoursessionname";
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;
i think you have copy paste DLL in Bin folder.. please add Reference for that DLL..your problem will resolved
what you are getting in string pg=Request.Form["fn_"+i]; please provide output
CMS stands for Content Management System for website, you can get free CMS web applicaiton from google search
use asp.net charting for viewing data to graph
try this convert.todecimal(textboxvalue.text) for decimal conversation
CAST(Salary AS dec(12,2)) 'Salary in decimal' for SQL convert
write code behind the master page and find which menu was selected...depending upon selection change background of table..also write table id for find this table id in codebehind
Overloading methods are available in asp.net where Same Method name exist with mutiple parameter passing. example .. private int xyz(a,b){} same method also exist with overloading..private int xyz(a,b,c){}
user gridview for your solution
Certification class not getting while sending email. Add this Certification class in APP_Code folder for your solution for solving email issue
try below code foreach (ViewItem lst in View4.Items) { if (lst.Selected) { } }
set <customErrors mode="On"></customErrors> in web.config file for viewing your error also check your database connection string if any..
try below code for object reference problem If Active.Text = "False" Then Active.Text = "Public" Else Active.Text = "Private" End If
For Applying Paging IN MVC3 use below link for your solution [URL="http://www.codeproject.com/KB/aspnet/Grid_Paging_In_MVC3.aspx"]http://www.codeproject.com/KB/aspnet/Grid_Paging_In_MVC3.aspx[/URL]
use CommandType Text and try below code SqlCommand cmd = new SqlCommand(sql, conn); cmd.CommandType = CommandType.Text; i = cmd.ExecuteNonQuery();
user required field validator for validating your input values in asp.net
For binding Gridview for asp.net use below code GridView1.DataSource = dts.Tables[0]; GridView1.DataBind();
[QUOTE=VinayRok;912499]Hi friends... Am using a Gridview and whenever mousehover on the row of gridview am changing the color of row. now i want to change the color of row when i select the gridview row.. how to do it... plz help me ... [code] protected void GridViewStudentList_RowCreated(object sender, GridViewRowEventArgs e) …
use javascript for showhide dropdown and textbox...Using javascript you can change it without refreshing page. document.getElementById("<%=txtShipping.ClientID%>").style.display = "none"; document.getElementById("<%=dropdownShipping.ClientID%>").style.display = "";
magento shopping cart is good option
may possible InsertDate is null in Excel file, validate Isnull(InsertDate) then set some date in query
The End.
crishlay