hi During setup and deployement selecting Project Output to open the Add Project Output Group dialog box. In add project output group dailog box , project and configuration combobox are not having any items to select. how to solve this, and how to deploye a web application. thanks
venkata lakshmi prasanna
Posts
-
How To Deploying asp.net application using Visual studio 2005 -
(VB6.0)validating a textbox for MM/dd/yyyy formatiam validating the textbox in lostfocus event but it is changing values for month to date and viceversa when the day is single digit. this is the code iam using,please mail how to weite code for validating.thanks Private Sub txtfromip_LostFocus() If txtfromip.Text <> "" Then On Error GoTo errtrap If Not IsDate(Format(txtfromip.Text, "MM/dd/yyyy")) Then MsgBox "Invalid Date. Enter Valid Date. Format is 'MM/dd/yyyy'", vbInformation txtfromip.SetFocus SendKeys "{home}+{end}" Else txtfromip.Text = Format(txtfromip.Text, "MM/dd/yyyy") End If Exit Sub errtrap: MsgBox Err.Description, vbCritical, "Error No:" & CStr(Err.Number) Err.clear End If End Sub
-
Gridview PagingHi,friends i hav set allow paging property to true. Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load cmd.Connection = cn cmd.CommandText = "select * from EMP_DETAILS" cn.Open() grd.DataSource = cmd.ExecuteReader grd.DataBind() cn.Close() End Sub This is the error iam getting. The data source does not support server-side data paging. Suggest me to handle the error. Thank u
-
ASP.Net Tree View--urgentCan u tell me how this could be checked abnd if not present what i should do?
-
ASP.Net Tree View--urgentIam wriiten the code for ASp.Net 2.0 using the Control TRee View and database to display in a tree view. But when I run the code Iam getting an error as "The file web.sitemap required by XmlSiteMapProvider does not exist." Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidOperationException: The file web.sitemap required by XmlSiteMapProvider does not exist.
-
Code for Exit button in ASP.Net 2.0I have designed a small application in ASP.Net 2.0 where I have to know the code for Exit button present in the login page. Please send me the code urgently thanx in advance
-
Running VS 2005 Web application in Another computerI am new to VS 2005 and I have designed an application in ASP.net 2.0 . For running the same application in another computer,but its not working. Even I have removed "Use proxy server for LAN connection" also in that computer. and I have entered http://computerame/webpage.aspx, its not working even I checked for http://computername/application folder/webpage.aspx, it is not working Please help me urgently Thanx in advance
-
Which event of combo box I should use-----------UrgentIam new to ASP.Net, I have designed a form which contains a combo box and some text boxes and a Gridview. Now When Iam Executing the program it will displays complete records in the Grid in the Pageload Event. But when I change my text in Combo Box it is not refreshing the Data according to the Selection of Combo Box. So, Which event I should use for the above problem? I used "SelectedIndexChanged" Event for changing the data in the gridview according to the selection of Combo Box but it is not updating the details in the Gridview. Thanx in advance
-
Regarding updation in Datagrid-----UrgentlyThat is DataAdapter.Update
-
Regarding updation in Datagrid-----UrgentlyIam new to VB.Net2005. In the Form Load Event Iam Displaying Data into Datagridviewand I have written a code for Double-click event which is going to disply the data in the relevent textboxes from datagridview. After Displaying I want to modify the Data and updating it into the Database. For this I have written the code as: ds.Tables("emp_details").Rows(n).Item(1) = txtsurname.Text ds.Tables("emp_details").Rows(n).Item(2) = txtname.Text ds.Tables("emp_details").Rows(n).Item(3) = txtdesg.Text ds.Tables("emp_details").Rows(n).Item(4) = txtplace.Text ds.Tables("emp_details").Rows(n).Item(5) = txteligamt.Text ds.Tables("emp_details").Rows(n).Item(6) = txtfno.Text ds.Tables("emp_details").Rows(n).Item(7) = txtyear.Text da.Update(ds.Tables("emp_details")) But Iam getting the error as : "Update requires a valid updatecommand when passed Datarow collection with modified rows". Please suggest me correct code for this updation urgently ThanX in advance
-
What does it mean?Can u send it to my mail prathap_middi@yahoo.co.in
-
Getting values from datagridview and showing in relevant textboxesIam new to VB.Net 2005 .I want to write a code such that whenever the user double-clicks on Datagridview the corresponding row values should be displayed in the relevant Textboxes. I have typed as txtecode.text=datagridview.item(columnindex,rowindex) txtecode.text=datagridview.item(0,DATAGRIDVIEW.CURRENTROW.INDEX) But it is showing error Please give me the Code to display the data Tahnk you in advance
-
(VB.NET) How to execute Select Max("")hi iqbal ,it is displaying a message "The select statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect".
-
(VB.NET) How to execute Select Max("")iam vb6.0 programmer,this code works fine in vb6.0,how to write same code in vb.net
-
(VB.NET) How to execute Select Max("")iam new to vb.net,iam posting the code i hav written please make modifications where ever neccesary cmd.Connection = cn cmd.CommandText = "select max(EMP_CODE)+1 as lastfrom EMP_DETAILS where EMP_PLACE='" & ComboBox1.Text & "'" cn.Open() While dr.Read cmd.ExecuteScalar() TextBox1.Text = dr.Item("last") End While cn.Close()
-
Customising or changing the Position of Text boxHi Yuvachandra, Thank you for your reply
-
Customising or changing the Position of Text boxIam new to ASP.Net 2.0 I want to know how to change the position of any control (Text box, label etc) from one place to another place. Iam unable to drag the control.How is this possible? Thanx in advance
-
Reports to EXCEL -
Setting Wrap text for a label in VB.NetIam designing a form with labels and Textboxes. The TExt of the label is long. SO I have to set Wrap text for the labels. Please tell me how to set wrap text for a label in VB.NET
-
how to open asp.net web applicationyes Mr coolest iam using VS.Net 2003 and configured iis, the problem is ,it is showing a msgbox"upgrade ur asp.net1.0 to asp.net1.1(Recommende)". How to do this. thankx