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
Ranked #11.1K
Ranked #2K
~4K People Reached
About Me

I'm an asp.net web developer.

Interests
programming, swimming, basketball, mvc, asp.net
Member Avatar for ChandanMandal

Hello. I am a learner of ASP.Net technology and currently I am exprementing with it. So I would need your guidence here. I want to ask that waht is the best way to display data from a database. I want ideas, not the code. 1. I want to display text …

Member Avatar for kad1r
0
712
Member Avatar for xzero1

hi everyone. i just want to know that how can i fetch any paragraph/line written in "p" tag in any website. i want to recieve a complete article written in any website into my c# window appication.

Member Avatar for zid8ne
0
123
Member Avatar for Moss ali

[code]if (row.Cells[2].Text.ToString() == " ") { txtstreet.Text = string.Empty; } [/code] Help me out pls. I want to check row.cell[2].Text for null

Member Avatar for Moss ali
0
154
Member Avatar for new SE

hi all, i'm going to make an upload picture into database.. in run successfully but now it will store as [CODE] C:\Users\itdept\Desktop\webmaster\image\Desert.jpg [/CODE] but i just want to make it like this [CODE] ~/image/Desert.jpg [/CODE] is it possible?

Member Avatar for kvprajapati
0
157
Member Avatar for Deechickie

Hi everyone, I'm Dee I'm new here so please excuse me if I'm asking this in the wrong forum. I must also admit that I also know very little about .NET / PHP and techie stuff :confused: so I'm after some help and guidance if possible. I'm getting an enormous …

Member Avatar for Deechickie
0
119
Member Avatar for ranu jain

i have declared a variable in page_load function and i want to use this variable in Button_click function i declare the variable globle but its not working and i also passed the variable by value but then Button_click funcion is showing error that syntax is incorrect wat to do ???

Member Avatar for kad1r
0
101
Member Avatar for muthu

hai friends, i cannot create the message box. the syntax i used is "MessageBox" . it gives the errror that namespace system.windows is not found. i searched with System.Windows i cannot found anything there. so plz help

Member Avatar for plusplus
0
264
Member Avatar for pritesh2010

hello experts. as per the my last problem was [URL="http://www.daniweb.com/forums/thread296536.html"]this[/URL] now i'm moing further in this repeater i want button for delete and Update. i had try but didn't work i want the button based on user authentication. for e.g. if user is Emplyee so he/she can edit when they …

Member Avatar for pritesh2010
0
1K
Member Avatar for malashukla

i want to apply onclick event on a image in the repeater. i don't know how to do it. anybody having any idea plz guide me. thanks in advance

Member Avatar for malashukla
0
452
Member Avatar for hirenpatel53

hello all i have one master page containing menu strip and one content page of same master page what i want while i click on the menu strip the value clicked is shown to to text box on form for that i am using following code master page's code [CODE] …

Member Avatar for hirenpatel53
0
122
Member Avatar for hirenpatel53

[CODE] using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Data; using System.Data.SqlClient ; using System.Web; public partial class _Default : System.Web.UI.Page { static DataTable dtvalues =new DataTable(); protected void Page_Load(object sender, EventArgs e) { // dtvalues.Columns.Clear(); if (!Page.IsPostBack) { …

Member Avatar for Lusiphur
0
120
Member Avatar for maria_mj

I have try to display selected date from calendar into textbox. But, I got error. My textbox name is txtStart My calendar name is Calendar1 Here is my code.. [CODE] protected void Calendar1_SelectionChanged(object sender, System.EventArgs e) { System.DateTime myDate = new System.DateTime(); myDate = Calendar1.SelectedDate.ToString("MM/dd/yyyy"); txtStart.Text = myDate; } [/CODE] …

Member Avatar for hirenpatel53
0
246
Member Avatar for maluvel

Hi all, I am a java programmer and this is the first time I movw to asp .net. However, there is some points i couldnt find out and hopefully i can have some help from you guys. I have form with is very long so i need to devided it …

Member Avatar for kad1r
0
96
Member Avatar for PierlucSS

For the solution, I cannot use any postback methods, because this is all working through ajax. The solution need to be implemented in the asp.net code. I have a `List<WebPage>` that contains a list of Links `(List<Link>)` and I need for all the links to bind repetitive information such as …

Member Avatar for kad1r
0
209
Member Avatar for rahul8590

Well i have been working on linux for a while , eventhough i am stuck to ubuntu only . Well i am planning to venture out a little and understand more about how os is made and may be build os from scratch .. i mean not to code it …

Member Avatar for kad1r
0
179
Member Avatar for shabanab

[QUOTE=reach_yousuf;727359]Master Page [CODE] <%@ Master Language="VB" AutoEventWireup="false" Codebehind="MainMaster.master.vb" Inherits="Focus.MainMaster" %> <%@ Register Src="WebUserControl1.ascx" TagName="WebUserControl1" TagPrefix="uc1" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <body> <form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <uc1:WebUserControl1 ID="WebUserControl1_1" runat="server"></uc1:WebUserControl1> <div> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <asp:Button ID="btnMasterPageButton" runat="server" Text="MasterPageButton" /> <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server"> …

0
66