Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~6K People Reached
About Me

Atul DhimanChandigarh, U.T, India My name is Atul Dhiman and i am working in I.T company as a Web Developer(Asp.Net using C#).

Interests
http://atul-dhiman.blogspot.com/
PC Specs
All
Favorite Forums
Member Avatar for draxous

[CODE] LinkButton lnkBtnRemove = (LinkButton)Repeater1.Items[0].FindControl("lnkRemove"); lnkBtnRemove.Visible = false;[/CODE] i used above code to make visible false of a link button i have placed in a repeater control.but it gives me a error of "Index was out of range. Must be non-negative and less than the size of the collection. Parameter …

Member Avatar for arun1123
0
304
Member Avatar for paulnamroud

Hello, I'm building an application with asp.net. And I need to send emails to selected customers. What is the best way to send email ? Is it by using System.Net Class or to send it by using MS Sql Server ? Thank you Paul

Member Avatar for aryanverma
0
369
Member Avatar for karthik.net87

I want my File upload control as read only, so that no one can edit file upload text box. However I could select file using browse button. Write code

Member Avatar for desynch
0
123
Member Avatar for Romil797

My problem: there should be a mult-column list-box type control. the control also has names of images. when the user hits a button, the data in each column is stored in a variable, and all of the images are uploaded to server. Help on execution?

Member Avatar for Sarama2030
0
201
Member Avatar for Scott.Atkinson

Hi All, im in the process of creating a mini auction in vb.net, so far i have deisgned the pages and now im beginning to code, but im stuck on the Fileupload of the image, this is the first time i have used a file upload so im looking for …

Member Avatar for Atul Dhiman
0
160
Member Avatar for Lazarevsky

I am building a website whereby people, before checking out of the shopping cart (and transferring to the payment iframe) can select which items from the shopping cart list to delete. The results from the shopping card are listed in a Repeater control. There is a Button in the Repeater …

Member Avatar for Atul Dhiman
0
938
Member Avatar for keyur.smith

Required field: [code] <asp:textbox id="textbox1" runat="server"/> <asp:RequiredFieldValidator id="valRequired" runat="server" ControlToValidate="textbox1" ErrorMessage="* Please enter a value" Display="dynamic">* </asp: [/code] how can i put the vlidation correctly

Member Avatar for dnanetwork
0
97
Member Avatar for Rajsmethode

I have a problem,, I have to stop one Loading class on button click. I already checked some forums related to this. But didnt find exact solution. for example: [code] Public Sub LoadDropDown() Dim it As Integer For it = 0 To 1000000 DropDownList1.Items.Add(it) Next End Sub [/code] I have …

Member Avatar for omar isaid
0
838
Member Avatar for sraj44

[code] <%@Language=VBScript %> <!-- #include file = "connectOracle.asp" --> <%if trim(session("UserName"))<>"" then%> <% Response.Buffer = true SET con = server.CreateObject("adodb.connection") con.open "DSN=VTSDSN;UID=vtsplop;PWD=vts@123" set rs = server.CreateObject("adodb.recordset") set rsdest=server.CreateObject("adodb.recordset") rs.ActiveConnection = con Set ORACON = server.CreateObject("adodb.connection") ORACON.Open "Provider=MSDAORA.1;User ID=SAPVTS;password=VTSSAP;Data Source=prd;Persist Security Info=False" tdate = date() fdate = date()-1 VEHMOV=trim(request("VEHMOV")) trans_code = …

Member Avatar for Atul Dhiman
0
232
Member Avatar for krunalkakadia

hi all, I need to implement functionality like how can i retrieve registered user's entered username and password for any website? and after that i want to save userid and password in some text,word file. Any code/link is there then help me ASAP. help would be appreciated. Thanks, KK

Member Avatar for Atul Dhiman
0
159
Member Avatar for StevenSchaffner

Well i am using asp and VB.Net to make it to where people can check in and check out. I have gridview which has where it shows the data from my sql server that i put dummy data in. When i load my website the data shows up. I do …

Member Avatar for Atul Dhiman
0
238
Member Avatar for juliapattrick

I have explored this forum but not getting results to learn theory about asp.net.I would appreciate if someone could help me.

Member Avatar for kvprajapati
0
59
Member Avatar for GAiXz

[CODE]Protected Sub Button1_Click(ByVal sender As Object, _ ByVal e As EventArgs) Response.AddHeader("content-disposition", "attachment;filename=FileName.xls") Response.Charset = String.Empty Response.ContentType = "application/vnd.xls" Dim sw As System.IO.StringWriter = _ New System.IO.StringWriter() Dim hw As System.Web.UI.HtmlTextWriter = _ New HtmlTextWriter(sw) GridView1.RenderControl(hw) Response.Write(sw.ToString()) Response.End() End Sub [/CODE] how do i set the format for that after …

Member Avatar for steave123
0
104
Member Avatar for Jesi523

I have a problem and I am not sure why this is happening. I have a Detailsview that users will be filling out. I have several dropdownlists and all of them work as they should accept the one with the ID of typeOfEmployee. When that is selected the value does …

Member Avatar for Jesi523
0
1K
Member Avatar for paresh_thummar

I added Ajax control tool kit in my project but I when i run page i found error like Could not load type 'System.Web.UI.ScriptReferenceBase' from assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Wat should i do ? Please help me...

Member Avatar for Atul Dhiman
0
123
Member Avatar for MrDeNNiS

Hello, I have a simple C# ASP.NET project. (Response.write :D) I have a windows hosting for run it but, when I pressed F6 (build key) , project building but I cant find my .aspx file. Sorry about bad English, Thanks.

Member Avatar for Atul Dhiman
0
77
Member Avatar for great_learner

Hi, I have to submit a project this semester. I need some unique or new project ideas of making website using asp.net tool greatly involving database management. I googled but didnt get attractive ideas. I don't want to built online library management, ebanking or something like these. Can anyone share …

Member Avatar for Atul Dhiman
0
162
Member Avatar for Saikumar Adep

[url]http://www.dotnetcurry.com/ShowArticle.aspx?ID=662[/url] Sir I my query is exactly same as in these Url. But in these they are calculating the sum of checked rows I want to show a pop-up of that checked rows(values) of that gridview Please Solve my thread

Member Avatar for Atul Dhiman
0
99
Member Avatar for fawadkhalil

Hi all In my file upload control i uploaded a large image, let say of 3 MB, how can i reduce its file size to kbs. I am also re sizing that image and maintaining its quality, that's ok, but how can i reduce its file size.

Member Avatar for Atul Dhiman
0
129
Member Avatar for krunalkakadia

hi guys, i m displaying news titles & it's contents using repeater control. pictorial representation: news Title 1 news Title 2 news Title 3 news Title 4 now, when i click on news Title 1,it's content should appear from my database in between news title 1 and news title 2.same …

Member Avatar for Atul Dhiman
0
221