13,153 Topics

Member Avatar for
Member Avatar for kralco626

So i have a gridview linked to a sqldatasource. auto generate is off. I change some of my fields to template fields, set some to read only ect. on my aspx page. Then i make a modification to my stored prodecure and click refresh schema to see my changes show …

0
68
Member Avatar for SHAWTY721

I am trying to update a website after I uploaded the updated source files codes to the ftp site. When I try to access the site I get the following: "Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings …

Member Avatar for Ramesh S
0
308
Member Avatar for Donish

Hi! I want to retrieve the password which is entered in the CreateUserWizardStep but it only returns empty string. When I try to retrieve CreateUserWizard.UserName it returns the username but when i try to retrieve CreateUserWizard.Password it returns an empty string. Thanks!

Member Avatar for Donish
0
122
Member Avatar for skumar.snl

hi all, i have a problem i am trying to open a pop up in Iframe window. i am able to opne it in center of iframe window but i wants to open it according to the scrol position of browser window. I m using the following jquery plugin code: …

0
88
Member Avatar for skumar.snl

I have made a facebook app using Asp.net, Iam using allow email and grant offline access feature. The code which i have written down is something like this [code]<fb:prompt-permission perms="email">Would you like to receive email from our application?</fb:prompt-permission><br /> <fb:prompt-permission perms="offline_access">Click here to enable offline access</fb:prompt-permission>[/code] How can i get …

0
83
Member Avatar for Derice

I have problem dealing with EditItemTemplate. What I am trying to do is to update 'lowerIncomeBoundary' with the sum of amount of current value in tb1 and tb2 which is the sum of "lowerIncomeBoundary" and "upperIncomeBoundary". Appreciate if someone can provide me a way to access item in EditItemTemplate... [CODE] …

Member Avatar for Derice
0
97
Member Avatar for coollife

Image1.ImageUrl= "C:\\Documents and Settings\\Administrator\\Desktop\\4014_thumb.jpg"; This simple code is not working. What may be the problem. Its not displaying anything. If i give the url in the properties of the image button it works but if i assign like above it doesnt.

Member Avatar for kameswari
0
96
Member Avatar for naresh_4785

i have to use datetime control in my asp.net application .can any one help me out.send me control

Member Avatar for kameswari
0
114
Member Avatar for sarmadirizvi

Hello friends! I want to know the way I can align my text in a hyper link. I got the way of aligning it horizontally but what I want is that it should be aligned vertically too. Can anyone help me please? Thanks in advance.

Member Avatar for kvprajapati
0
73
Member Avatar for fradekie

Hi All, I have a problem with this piece of code: [code] string fileName = Label1.Text.Replace(" ","_") + ".jpg"; string localImageUrl = Server.MapPath(@"Images\" + fileName); [/code] The image does not show. When I ommit @Images\ abn move the images to the root of the project the image does show. any …

Member Avatar for fradekie
0
137
Member Avatar for arny1

Hi There, I had this post before,but I have some problems when I add a header for specific charcter set,and also add some additional data, here is my code; [code] Response.Clear(); Response.ClearHeaders(); Response.ClearContent(); Response.Buffer = true; Response.AddHeader("content-disposition", "attachment;filename=aname.xls"); string header = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n<title></title>\n<meta …

Member Avatar for mail2saion
0
110
Member Avatar for progtick

do you find websites written in ASP.NET somewhat slower? are ASP controls like gridview, datagrid etc heavy on page? what are do's and don'ts of ASP.NET if it comes to speed and security?

Member Avatar for mail2saion
0
121
Member Avatar for progtick

I have googled it so many times, and I still feel clueless about what language I should go with. I feel comfortable in ASP.NET, and I have coded some small stuff here and there in PHP too. 1) I do not have visual studio 2008. I have Visual Studio 2005. …

Member Avatar for progtick
0
252
Member Avatar for priyamsc

Hi, I am doing forum project. I have a doubt, tat how to count the value. that is, all the data which displays in gridview. in tat i need to show the reply value [count the value from database].it means in database i hv field lke pid,pstreplyid,uid,tit,sub ...., in tat …

0
65
Member Avatar for nikhil31888

Is it possible to develop a case tool for asp.net like we have case tool for UML? the case tool will guide to generate asp.net based websites or simply asp.net codes. I want it to develop using Asp.Net. Please suggest is it possible to do this?

Member Avatar for Ramesh S
0
121
Member Avatar for jigvesh

Well, frankly I am new to ASP.NET and am required to make a project in it. I dont think that learning it will be tough as I already know ASP. Is ASP.NET just a step further from ASP??? Also could you please suggest me some ideas of which kinds of …

Member Avatar for shwethamadhav
0
141
Member Avatar for Pankaj18

Hi, In Gridview, it have three Auto generated fields and one template fields (CheckBox) which Header text is Select. This Allow to paging true and Page size 10. When we have more than 10 rows, so we have to select second indexing. But i have a problem that when i …

Member Avatar for Pankaj18
0
57
Member Avatar for static

Hello, I couldn't bind subreport's datasource which,itself is a subreport of another report. Can you guys help me out ? Thanks.

Member Avatar for blueidea
0
99
Member Avatar for lroyce

I am entering comments in the source view of my .aspx page and after several times saving, building and browsing, my comments are gone! I know the format is correct: <%-- My GRIDVIEW --%> I think it may have something to do with cut & paste but I'm not sure …

0
18
Member Avatar for riyas_26

Hello experts, I have one page default.aspx.. I inherit one master page Masterpage.master in default.aspx. I want to refresh only my master page but not the content place holder of default.aspx.. pls give me an advice. Thanks in advance..

Member Avatar for textbox
0
60
Member Avatar for riyas_26

I have one page which is placed in the Master Page. In the master page i have 1 dropdown and one GridView, dropdown is display the category , based on the dropdown list selection it will display the list of videos in the Grid. In the content page i have …

Member Avatar for ebookfinder
0
100
Member Avatar for S2009

Hi all, I am beginner learning ASP.NET with C# as the programming language. Currently I am working with HTTPSERVERUTILITY. I have created a web form named as Default.aspx and Default2.aspx: I have written the following coding : Default.aspx: In source view [code] <body> <form id="form1" runat="server"> <div> <asp:Button ID="Button1" runat="server" …

Member Avatar for ebookfinder
0
504
Member Avatar for coollife

Hi i am assigning binary value from sqltable to byte array The error i am getting is Cannot implicitly convert type 'System.Data.DataColumn' to 'byte[]' Byte[] bytes = (Byte[])ds.Tables["Photo_Det"].Columns["Photos"]);

Member Avatar for Ramesh S
0
82
Member Avatar for shabbir.hussain

Hello, I have an ASP.NET website that uses Windows Authentication to authenticate users against Active Directory. How can I implement a "Sign-On as Different User" just like SharePoint 2007? Our SharePoint site uses Windows Authentication as well and when you click to "sign-on as a different user" you are prompted …

Member Avatar for Ramesh S
0
116
Member Avatar for anuj_sharma

Hey guys, in my website the user uploads 3 random files. I've uploaded these in a folder on my machine using the FIleUpload Control. But now i want to give a link to the user to download the uploaded files. This is what i've done so far: [CODE]HyperLink link1 = …

Member Avatar for anuj_sharma
0
68
Member Avatar for kprashant1307

I want to send another ajax request when one request is in process to get the status of first request. This is working fine if no session data is set before calling the request. If I set data in session and then call both the request the second request gets …

0
59
Member Avatar for Abhishek_Boga

HI.. I'm Testing a Web application for Pharma Co. Im fresher into this field. So kindly help me out as in the above said title....

0
77
Member Avatar for vairajaig

Hello, How to develop opc com server without and how to detect opc com server list opc foundation? Please advice me Thanks

Member Avatar for kvprajapati
0
52
Member Avatar for ctyokley

Ok so i have a Function that connects to a database and runs the executeschaler() command. the executeschaler is attached to an object. When running the command it will search the database for ceartin information and return certain values, however it returns an error when i use the Try End …

Member Avatar for sknake
0
101
Member Avatar for anuj_sharma

Hey Guys, I have a textbox which had readonly property set to true. This textbox is used to take LongDate as it's input from a pop up calender. When i click on the button, it gives an error "String was not recognised as valid datetime" But when i set the …

Member Avatar for chithrasujith
0
112

The End.