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 #860
Ranked #746
~41.7K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

128 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
193
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
773
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
616
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
329
Member Avatar for darrinkeller
Member Avatar for JorgeM
0
526
Member Avatar for hetaltbs

Sitemap always be useful for visitors and google even for mapping your site's URL

Member Avatar for Jimbob12080
0
459
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
366
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

HTMl pages are uses for static view of content...While ASP.Net pages are using for dynamic geneate pages

Member Avatar for Sarama2030
0
341
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
189
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 Member #120589
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
132
Member Avatar for roXy101208
Member Avatar for crishlay
0
239
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
76
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
270
Member Avatar for naveedqadri
Member Avatar for crishlay
0
185
Member Avatar for likesonia

CMS stands for Content Management System for website, you can get free CMS web applicaiton from google search

Member Avatar for crishlay
-2
131
Member Avatar for Azla
Member Avatar for Mohsin AITS
Member Avatar for Mohsin AITS
Member Avatar for GregoryHouseMD

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

Member Avatar for crishlay
0
137
Member Avatar for Alokkumar11

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){}

Member Avatar for lxXTaCoXxl
-2
78
Member Avatar for Mohammed Saeed
Member Avatar for jacob21

Certification class not getting while sending email. Add this Certification class in APP_Code folder for your solution for solving email issue

Member Avatar for jacob21
0
131
Member Avatar for nickg21
Member Avatar for crishlay
0
223
Member Avatar for uhgarrett24

set <customErrors mode="On"></customErrors> in web.config file for viewing your error also check your database connection string if any..

Member Avatar for crishlay
0
89
Member Avatar for mrjimoy_05

try below code for object reference problem If Active.Text = "False" Then Active.Text = "Public" Else Active.Text = "Private" End If

Member Avatar for crishlay
0
165
Member Avatar for riya_developer

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]

Member Avatar for crishlay
0
301
Member Avatar for karthik82vk

use CommandType Text and try below code SqlCommand cmd = new SqlCommand(sql, conn); cmd.CommandType = CommandType.Text; i = cmd.ExecuteNonQuery();

Member Avatar for crishlay
0
176
Member Avatar for compulove
Member Avatar for crishlay
0
150
Member Avatar for solomon_13000

For binding Gridview for asp.net use below code GridView1.DataSource = dts.Tables[0]; GridView1.DataBind();

Member Avatar for crishlay
0
451
Member Avatar for VinayRok

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

Member Avatar for symeramon
0
2K
Member Avatar for jackparsana

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 = "";

Member Avatar for jackparsana
0
248
Member Avatar for johnst
Member Avatar for jovillanuev

may possible InsertDate is null in Excel file, validate Isnull(InsertDate) then set some date in query

Member Avatar for Eagletalon
0
310

The End.