13,153 Topics

Member Avatar for
Member Avatar for ShaggyDogg

My project is what I thought is probably a popular one, so I'm hoping the solution is easy enough. To develop an Intranet using the functionality of forms authentication, but automatically logs in authenticated Active Directory users with their Windows authentication (so they do not have to sign in again …

Member Avatar for JorgeM
0
463
Member Avatar for mani508

hello i saved the image path + filename + guid in database and image store in folder. i want to show image from database in image control of asp.net how its possible? kindly tell me as soon as possible thanks in advance...

Member Avatar for coder389
0
95
Member Avatar for GTTravis

Hi guys, i am new to asp.net and the little i know so far the one challenge for me has been site design. i am looking for a book, video, tutorial etc whereby i can produce a simple site design that is flexible regardless of the web browser used, and …

Member Avatar for kvprajapati
0
52
Member Avatar for BilalAKhan

Hi, I am trying to get the data from the database into the text boxes and then update the data if something is changed in the database. I have successfully tried data binding with the text boxes and the data is displayed in the text boxes based on the session. …

Member Avatar for BilalAKhan
0
161
Member Avatar for hirenpatel53

Hi all i got one project to build web site for engineering shope i have done with all the things but they are looking for online functionality for that they want that any one can purchase product online by creadit card as we regularly perchase from flipkart,Ebay and all sites …

Member Avatar for |-|x
0
154
Member Avatar for cyberdaemon

Good day, I am having problem with the saving. all i want is to save multiple records at once. i used user define table in sql server 2008. my stored proc seems be right coz i already tested it.. my problem is that once i selected a record from the …

Member Avatar for nakor77
0
145
Member Avatar for coder389

The speed of retrieval of data on my site is very slow because it loads more than about 10 tabs at the same time. So, I want to implement caching in it. But, I don't know how to implement caching?

Member Avatar for kvprajapati
0
173
Member Avatar for BilalAKhan

Hi, I am trying to populate a textbox with the database data taking in consideration the session state. Checking if the session variable has the same name as in database, it should display the rest of the information in text boxes. I have come up with the following code: Protected …

Member Avatar for BilalAKhan
0
152
Member Avatar for manshaf

i Have a textbox and CheckBoxList If i enter orderid in TextBox(order id is the column name in my database) ,that time want to show the status of order id in CheckBox List In the CheckBoxList i have four items Renovated,completed,validated,cancelled how to show clicked ,for example the orderid renovated …

Member Avatar for hericles
0
69
Member Avatar for kikiritce

Object of type 'System.Web.UI.WebControls.TextBox' cannot be converted to type 'System.Int32' 6 minutes ago|LINK Hi, i started web application in Microsoft Visual Web Developer 2010 Express. I created few text boxes and dropdown lists. I connect them with my database in SQL management studio. When I click on SaveButton it should …

Member Avatar for hericles
0
242
Member Avatar for aldm

Hi, I'm new to SSRS reports. I have a problem with report viewer. I have one table. One column in table row is number and another column is subreport. Only first row shows subreport borders correctly. Border in subreport in other rows (2nd, 3rd etc) are strange. Some borders are …

0
77
Member Avatar for GFX010

Greetings, I have a User Control called: Share.ascx I have a page called: News.aspx In News.aspx I created a ModalPopupExtender, then I addeda Panel and inside the Panel I added the User Control: Share.ascx so that when the Popup Extender is called the Panel with the User Control is displayed. …

0
113
Member Avatar for DCSS

I have a problem that seems so simple to fix but I cannot figure out why this is not working. I have done this in other apps with no problem. I have an ASPX page that displays data at the top for info only and a Gridview to show related …

Member Avatar for DCSS
0
836
Member Avatar for hassanumair1

kindly send me a vb / .net code for sync 2 mysql databases on localhost. I need only 1 way syncing. Thanks and Regards: Umair-Hassan

0
138
Member Avatar for pitic

Hy, I have created a webservice (asmx) which has some webmethods. In same project i also have a webpage (aspx) with some multiline texboxes which i want to use as log output from webmethods. If i call a webmethod from another prorgram i want to display in the textboxes the …

Member Avatar for kvprajapati
0
219
Member Avatar for |-|x

Hi All I'm looking for ideas or suggestions about how to implement this feature. The concept is I have 2 dropdown select boxes, with data that is not directly related (in the sense that there is no identifiers or foreign keys or anything within the data itself) but that have …

0
100
Member Avatar for westerncj

Can someone help me with wiring up my search parameters. I have txtboxes on my webpage and a search button. So far I can only search for an ID. How can I expand this to include searching for AssignedTo, Location, Department, Model, InkType, Status, AquiredDate? Here is my code. Can …

Member Avatar for westerncj
0
103
Member Avatar for Maha Sh.

Hi all, I am designing a log in page and every day i face a new problem :'( The code now is working fine but i want to add exception to check if the Login Id and the password are not exist in the DB table I tried to put …

Member Avatar for Maha Sh.
0
129
Member Avatar for jcgldr

hi i'm working on a website that i allow the user to enter a name and then press a button that prompts the server to setup a pdf acording to the info the user entered and then send the pdf to the user i'm testing the website on my leptop …

0
83
Member Avatar for Ameer89

Hello all :) I am still a beginner at ASP.NET and VB.NET so I could use all the guidance I can get. So thanks in advance :) I am building a web application using Visual Web Developer as the IDE and Microsoft Access as the database. The application allows users …

Member Avatar for JorgeM
0
191
Member Avatar for HinataChan

Hellooooo... I want to ask a question! I have Listview1 and in the SelectedItemTemplate I have ListView2. When i click "Select" The Listview2 shows up... and then when i click it again i want it to hide but, i want it check to check if the ListView2 has items to …

Member Avatar for HinataChan
0
97
Member Avatar for ssreevidya.m

Hi, I just need to get all the months or monthid between 2 dates like '02/04/2012' and '08/07/2013'. I search it for a long time. But i get only the date difference. Can i get this in asp.net. regards, sreevidya

Member Avatar for ssreevidya.m
0
157
Member Avatar for mani508

hello i want to file attach only specific format and restrict size on file and also remove file option. how its possible.? i used uploadfile control of asp.net but remove file option and size of file not there.. kindly tell me how can do this. advance thanks...

Member Avatar for mani508
0
265
Member Avatar for lhsunshine

For my sign up page, i want detect user exist so that no repeated username. BUT fail. There is no error in my coding. BUT cannot detect.... HELP. tHAnk you if (IsPostBack) { SqlConnection con = new SqlConnection(ConfigurationManager.ConnectionStrings["RegConnectionString"].ConnectionString); con.Open(); string cmdStr = "Select count(*) from Reg where Username = '" …

Member Avatar for kvprajapati
0
163
Member Avatar for Jigs28

Hi, I am confused between razor and asp.net coding. Asp.net code itself is a server side code so why it is said that razor code is server side embedding code for creating dynamic web pages? Normal asp.net code also runs at server side so what is the need for razor …

Member Avatar for internet_red
0
258
Member Avatar for gogs85

How to make database for mobile phone shop, when in listbox choose name for example Samsung in second listbox show model of Samsung mobile and when choose model show pictures, price, and description? Please help!

Member Avatar for JorgeM
0
76
Member Avatar for GTTravis

hi Guys, i am planning to teach myself ASP.net using vb and c# via the visual studio 2010 ide. my issue is that many books keep recommeding visual web developer as the tool to use but i want to use Visual Studio 2010 and hence can somebody point me in …

Member Avatar for thines01
0
137
Member Avatar for zemzela

I need to make online auction project in C#. I need help how to do this which is preseneted below in the text. Could you help with some example? The application has three types of users: Administrator, User and Advertiser. - The administrator logs in the system with their user …

Member Avatar for thines01
-1
62
Member Avatar for KushMishra

Hi all, I want to know the way of maintaining sessions in a WPF application. I did the same in ASP.Net but that was a web application. I'm not sure how to do the same task in WPF. Any help is appreciated. Thanks.

Member Avatar for pkumarSinha.399
1
2K
Member Avatar for |-|x

OK, let me preface this by stating that this is for an internal application only, so security is not a major concern and we can/do have a fair amount of control over the users browser, operating environment and configuration. I am currently generating some hyperlinks, like this: <a title="L7489" id="MainContent_GridView1_lnkFolderR_1" …

Member Avatar for |-|x
0
305

The End.