13,153 Topics

Member Avatar for
Member Avatar for ritu verma

I want to ahve td border,But there is no property border,Can somebody tell me how to set td boder?

Member Avatar for reach_yousuf
0
110
Member Avatar for sandani1225

Hi All, I copied the project from one location to another and when I try to open the code from new location, it is pointing to the old location only. Can one one please tell me what should I do to make the solution point to the new path. Thanks …

Member Avatar for reach_yousuf
0
74
Member Avatar for prince23

hi, i am trying to develop an flash application. where they have designed the entire front end by flash. now i need to doing the functionality part like taking the data from flash and save in database(sqlserver r mysql) using ( asp.net 3.5 frame work) . now as flash is …

0
125
Member Avatar for sanjanaa

Hi, ASP.Net does not shows Save As dialogue box while converting Datgrid into Excel/Pdf. My code has no errors. It Doesn't do anything. I am using this code: Response.ClearContent(); Response.AddHeader("content-disposition", "attachment; filename=Sample.xls"); Response.ContentType = "application/vnd.ms-excel"; System.IO.StringWriter sw = new System.IO.StringWriter(); System.Web.UI.HtmlTextWriter htw = new HtmlTextWriter(sw); dg.DataSource = dmpset; dg.DataBind(); dg.RenderControl(htw); …

Member Avatar for sanjanaa
0
258
Member Avatar for ssmeshack

hai there, Im using ASP .NET c#... I have created form to send to email. Im using try catch... it giving that message that the email sended successfully. But it didnt appear in my mail account. I dont know where is the problem in the coding. Please check the coding …

Member Avatar for ssmeshack
0
96
Member Avatar for mVmagic

hey,, i created one application in asp.net in vc# wich required the results of a stored procedure to be displayed into a datagridview.heres d code..,, SqlConnection mysql = new SqlConnection(@"Integrated Security=SSPI;Data Source=MANU\SQLEXPRESS;Initial Catalog=info;"); mysql.Open(); SqlCommand searchcmd = new SqlCommand("search", mysql); searchcmd.CommandType = CommandType.StoredProcedure; searchcmd.Parameters.Add(new SqlParameter("@sname", SqlDbType.VarChar, 20)); searchcmd.Parameters["@sname"].Value = textBox1.Text.ToString(); …

Member Avatar for mVmagic
0
78
Member Avatar for rishubvp

I am using windows hosting server and plesk control panel. when i am creating a project using asp.net 2.0 selecting from VS2008 and finally deploying it on hosting server , It is working absolutely fine. but when i am creating same project using asp.net 3.5 framework it works fine on …

0
50
Member Avatar for JPByD

I am an intermediate web designer and am working on my first backend page. I have a working editor and just need to add the ability to insert photos into the editor. I have dynamically displayed the images in a modal popup window and just need to add a click …

0
61
Member Avatar for sakhi kul

Hi to all, I want to execute same query atleast 5 times with different options. so I execute datareader in while loop. let considetr opt1 is my variable name passing to command. when while loop in second iteration then it gives me error that "The variable name '@opt1' has already …

Member Avatar for sknake
0
59
Member Avatar for mansi sharma

Suppose there are two buttons named button1 & button2.I wnat that when the user presses enter key,button2 click event will fire? How to do dat,Can somebody tell me?

Member Avatar for nverma
0
120
Member Avatar for sakhi kul

hi to all I am developing website in ASP.NET 2.0 using VB. I want to use AJAX controls in my website so I download AJAX control tool kit from official AJAX site but I don't know how to use it. Plz explain...

Member Avatar for nverma
0
103
Member Avatar for ibrahim_hl

hello friends i make a site using asp.net2008 and i want to publish it on local server which connect to other client computer through LAN can any one tell me how to do that please how can i publish my website on the server and can i use IIS6 or …

Member Avatar for ibrahim_hl
0
117
Member Avatar for cavpollo

I know this might sound dumb or you might think that its pointless, but I need to do it this way. So here it goes, is there any way of placing a master form inside other master form's content place holder (or another kind of object)?

Member Avatar for Ramesh S
0
76
Member Avatar for twilitegxa

How can I add a value to what displays from a function in my class when a user chooses an option from my drop down menu? Here is my drop down menu: [icode] <select id="dd"> <option>Red</option> <option>Yellow</option> <option>Green</option> </select> [/icode] Then here is my class: [icode] <script runat="server"> Class PetName …

0
63
Member Avatar for jagz

I have an arraylist in which i have stored structures. Now i store the arraylist in a session and pass the it to the nextpage. I am having trouble trying to figure out how to get the strusture values out of the arraylist and store in database.....???? Anyone who knows …

0
95
Member Avatar for diya0076

hello.. i am making website on "electronics products" in asp.net in the product table i have product id product name product price product image bt problem is how to give features for each product?? what are the options for that?? i mean should i add new field for that? or …

Member Avatar for diya0076
0
154
Member Avatar for sakhi kul

Hi to all, I format my laptop and installed VS2008 . after running my webpage it gives me error that "compiler executable file csc.exe not found" (It is for previously build website) and if I create new website and run then It gives error that vbc.exe not found" why this …

Member Avatar for sakhi kul
0
96
Member Avatar for JonJacobs

I have a Web page named Menu.aspx on which I have a (gasp) Menu control. It is bound to an XMLDataSource control, which is bound to an XML file. My problem is that clicking the menu item does not navigate to another page. It just flickers and re-displays the current …

0
101
Member Avatar for prestonascott

A client of mine has an existing site that i am working on for them. i recently got one of the admin portals working only my client forgot his password and the old developer did not include a 'forgot password' option. I looked up the appropriate table in the database …

-1
44
Member Avatar for ismailc

Good , I need help. I have a blank aspx page where I want to add a drop down down from a sql database and get selection of dropdwon value. Coding in Notepad & not in Visual Studio I tried this example [url]http://www.webconcerns.co.uk/asp/combo/combo.asp[/url] that uses javscript but it connect to …

0
52
Member Avatar for levineduan

Hi guys, It seems that adding custom verbs to a custom web part is easy however things turn out to be much tougher when it comes to adding verbs to existing web parts. As the verb collection property goes by web part zone and it's read-only, it is very difficult …

Member Avatar for kvprajapati
0
61
Member Avatar for facadie

Hi there, I was wondering if we are comparing and retrieving data from database .mdb in web application, is it the same as how we appply to retreiving and comparing in c#? Was wondering if someone have sample code or can guide me along?? What I'm doing is a login …

Member Avatar for kvprajapati
0
64
Member Avatar for prince23

hi, I would need to create a website that has all the screens using Flash. The Flash screen would be having authentication system and get few data like Menu info, image info.................. Just wondering what is the way that Flash & .Net can talk. Application front end: Flash Platform: .Net …

Member Avatar for kvprajapati
0
195
Member Avatar for san_crazy

I am using following GridView control in WebForm [CODE] <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" CellPadding="4" ForeColor="#333333" GridLines="None" style="z-index: 1; left: 276px; top: 192px; position: absolute; height: 133px; width: 187px"> <RowStyle BackColor="#F7F6F3" ForeColor="#333333" /> <Columns> <asp:BoundField HeaderText="userid" /> <asp:BoundField HeaderText="password" /> <asp:BoundField HeaderText="usertype" /> <asp:BoundField /> </Columns> <FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" /> …

Member Avatar for Ramesh S
0
347
Member Avatar for sakhi kul

Hi To All, I want to show popup calender control in my website. How to do that? Plz help

Member Avatar for sakhi kul
0
120
Member Avatar for arya sharma
Member Avatar for Ramesh S
-1
63
Member Avatar for omotoyosi

Please all, I am currently working on a web application which i must submit as soon as possible. I have a button and a text box. What i want is that if the textbox is empty, the button should be invisible. Immediately the user starts typing in the text the …

Member Avatar for Geekitygeek
0
115
Member Avatar for kumarkmmca

Hi, I 'm working as a software developer trainee in .NET in a software concern. i'm in my training period. My PL suggested me to be in strong in the basics and about all the things that i need to know to develop a web application in .NET. Now i'm …

Member Avatar for arya sharma
0
119
Member Avatar for Mongz

Hi Friends. I need to understand the application deployment in full. According to the implementation documentation there is deployment plan which includes resources required. So any one can just brief me what needs to be done during the application deployment, and what's needed.

0
76
Member Avatar for facadie

Hi i have 3 textboxes, TBDate, TBRangeFrom, TBRangeTo. I have use custom validation and insert code to validate date but i need to use two different button to validate data in same webform. For example TBDate to use btn1 to validate and then when click will link to other form …

Member Avatar for Ramesh S
0
247

The End.