13,153 Topics

Member Avatar for
Member Avatar for Jazerix

Hey there So, I've been coding C# Windows Forms Applications for quite some time now, and i want to get started with asp.net, however i dont know where to start :(, on microsoft site, there are MVC, Web Pages, Web Forms, and to be honest i just want to get …

Member Avatar for Jazerix
0
208
Member Avatar for pritesh2010

hi can any one tell me how to call webservice through json query here is my code. i want pass two variable and i want to get the result of that methos say Add methos of following service. for webservice [CODE] using System; using System.Collections.Generic; using System.Linq; using System.Web; using …

Member Avatar for nakor77
0
146
Member Avatar for vijeevvv

I have an image button as item template in all the rows of a gridview. A popup (with checkboxlist items, update and cancel button)will be displayed on clicking the image button. Say there are 4 rows in the gridview . For first row I click on the image button and …

Member Avatar for nakor77
0
110
Member Avatar for pranab2302

hello all, i am using asp.net and while designing my page i want to call another aspx page in my current page.....i.e. in my current page (ex. p1.aspx) ,i want to add a header let it be header.aspx. how can i call that header page in p1.aspx???? actually i want …

Member Avatar for Fortinbra
0
1K
Member Avatar for priyad2

please help me with the code behind file..as i am really confused...otherwise give me some tips to start doing the code

Member Avatar for Zvjezdan23
3
4K
Member Avatar for dnanetwork

Hello there, Is there anyway i can open a ppt in web browser or may i can do things like slideshare does to view documents like ( ppt, doc ...etc ) any logic will help !

Member Avatar for dnanetwork
0
81
Member Avatar for wajiha irfan

hi everyone i want to pass values from webpage which is in asp.net to window form application .like i have button on asp.net whenevr i click on that button on the window form application its written button1 is pressed. how to code this program ? please help me ...

Member Avatar for thines01
0
98
Member Avatar for ruchi18

hello I have to read Connection String that we usually defined in web config n reading through Configuration manager but I have to access that connection string in class library which I defined in separate project as making my project with 3 tier architecture but ConfigrationManager is not recognized in …

Member Avatar for ruchi18
0
572
Member Avatar for prit005

[code] <script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("#btnclick").click(function(){ $("#para").hide("slow"); $("#btnclick").click(function(){ $("#para").show("slow"); }); }); }); </script> <body> <form id="form1" runat="server"> <div id="para"> <p>The form contains a button to place the final order. In this example, pressing the button returns a simple JavaScript alert(), depending on the contents of the order. In …

Member Avatar for kvprajapati
0
870
Member Avatar for Nirvin M

I am new to ASP.NET MVC. I love and heavily used ASP.NET Web Form's User Controls. But I couldn't find anything to help me in developing MVC User Contols. Please tell me about User Controls in ASP.NET MVC.

Member Avatar for kvprajapati
0
72
Member Avatar for Munnazz

HI, I have a radio button list item. I want to add a new item to it using javascript. Could u please help mee. My radio button list already consists of three items names r1, r2,r3 which is an asp control. But now u want to add a new item …

Member Avatar for kvprajapati
0
96
Member Avatar for adi.shoukat

Hi, I want to add data to a GridView from two diifferent DataSources. I found a solution to join both tables in DataSource query and bind resultant DataTable to GridView. But in my case I don't have any common field (identifier) to apply join ON. How can i get data …

Member Avatar for kvprajapati
0
149
Member Avatar for dyahalifda

Hai all,, Currently I'm writing code in ASP.NET using VB language. I got an issue regarding dropdownlist. In my form, I have a treeview and a dropdownlist which are populated with data from database. When I click a node in treeview, the dropdownlist should be populated with values based on …

Member Avatar for dyahalifda
0
163
Member Avatar for flaviu_xdv

Hello everybody! I have encountered a problem and I didn't manage to find any soultions yet. Let me simplify things a bit. I have 2 forms, the first contains an ASP ListBox with multi select mode enabled. I submit the form and in the other form I use just for …

Member Avatar for flaviu_xdv
0
217
Member Avatar for zainemma

I am creating a real estate website. My question is how do I load a short contact form when someone clicks on the "Enquire property" button. The form should load on the same page when somebody clicks on the enquiry button and then when the conact form is submistted it …

Member Avatar for hericles
0
134
Member Avatar for judithSampathwa

hi, i am using sm sql express 2008 and this does not have the backup feature. so i have to create a application to back up the database everyday automatically, does anybody know a way to do it,please reply thank you.

Member Avatar for omar isaid
0
149
Member Avatar for harsha1708

Hi everybody, I have two tables, Stock and Stockitemlist, am trying to update Itemcost in stockItemlist from Stock with the below query, Update StockItemList set ItemCost =(select ItemCost ItemCost from Stock where ItemMasterUID in (select ItemMasterUID from StockItemList)) but am getting an error messsage like : Msg 512, Level 16, …

Member Avatar for saravind84
0
56
Member Avatar for judithSampathwa

hi i have a question relating to a date time picker, i have a form that i have the employee name and all the emaloyee details such as the employee DOB. whena user selects a user from the combo box the details from the database is being taken and displayed …

Member Avatar for judithSampathwa
0
357
Member Avatar for vijeevvv

I have a gridview which is connected to a SQL datasource.In the gridview i have a item template field (Textbox) and a image button. when i click on the image button, i get a popup (using ModalpopupExtender).In the popup there is a checkboxlist with a series of items which are …

0
80
Member Avatar for minbor

Hello, I am trying to deploy an asp.net website and have a strange problem with Crystal Reports. When the page loads the report is blank, but when I go to the next page or change zoom the report refreshes and displays correctly. I have created a test page where you …

Member Avatar for minbor
0
236
Member Avatar for superhuman

How to drag and drop multiple listbox items from one listbox asp.net server control to another in asp.net webforms Kindly give me a solution to this problem It's very urgent..... Awaiting reply, regards.....

Member Avatar for pranava
0
454
Member Avatar for moni94

Hi. I added a file called "sldata.txt" to my Silverlight solution (which I test in an ASP.NET site) in VS 2010. But when I try to access it using stream reader: StreamReader sr = new StreamReader("sldata.txt"); I get a SecurityException - File operation not permitted. Access to path 'chatdata.txt' is …

Member Avatar for jaspreetsingh12
0
723
Member Avatar for keertg

Hai, Currently I'm writing code in ASP.NET using VB language. In my page, In left panel I have set of contents and in right there is a Calendar(Refer attachment CalendarView). I am using jquery (draggable pluggin)Drag Over and Drag Out methods to drag and drop the contents into a particular …

Member Avatar for keertg
0
108
Member Avatar for mike2098

Hi I have been looking for a easy to use CMS in order to sell some software products moodle and sitefinity can anyone suggeat any alternatives I have 4 or 5 applications to sell I would like to have a forum for discussions and a sales page where I can …

0
43
Member Avatar for priyamtheone

Hi, I'm trying to render a checkbox in a datagridview column header so that when the checkbox is checked/unchecked all the cells in that column should be checked/unchecked accordingly. The datagridview is bound to a database table but the column containing the checkbox header cell is unbound. The problem is, …

Member Avatar for priyamtheone
0
981
Member Avatar for priyamtheone

Hi, we all know how to dock or anchor controls so that they resize themselves accordingly when a form is resized. It works fine till we have rows of controls on left and right size of the form. But what if have three columns (Columns as in visual sense. I'm …

Member Avatar for priyamtheone
0
236
Member Avatar for Janardhan.559

Hello, This is my first Website using ASP.NET and I am very unfamiliar about it. I am creating [COLOR="Blue"][B]Employee Management[/B][/COLOR] Application. i have [B][COLOR="Red"]Employee[/COLOR][/B] Database, in that i have Emp_details Table having fields like (Emp_id,FirstName,LastName,Email,PhoneNo,Designation etc...). in my Application i have a link View All Employees. in that i need …

Member Avatar for dnanetwork
0
78
Member Avatar for richa kushwaha

i want the code of gridview in terms of displaying selected value in another page on textbox.............. reply me soon. .......................

Member Avatar for dnanetwork
0
86
Member Avatar for naveedqadri

Hi Experts, I have visited the forum regarding this solution ,but could not get proper help. I got error : Object reference not set to an instance of an object. [code] Line 18: <% Line 19: Line 20: string proj_id=Session.Contents["proj_id"].ToString(); <-------- > pointing to this part Line 21: OleDbConnection conn=new …

Member Avatar for dnanetwork
0
112
Member Avatar for kenji

Hi, I have a really basic ASP.Net question regarding the life of variables. I'm following the book Beginning ASP.Net 4 by Apress. The question is this, I declare a list in the .aspx page and it is available for access by the corresponding .aspx.cs class similar to the code sample …

Member Avatar for dnanetwork
0
145

The End.