13,153 Topics
| |
To make some operations on XML elements you have to know their types. This snippet is about getting the types of these elements. | |
Dear Experts, I am trying to get out put, as this is working fine on my local machine running on server 2003, 32 bit, BUT when i upload it to VPS with same specifications , it gives following errors. -System.ArgumentNullException: Value cannot be null. Parameter name: path at System.Web.HttpServerUtility.Execute(String path, … | |
I have inherited the standard panel control to create a panel having custom border color. The problem is, while the panel is on a form and any other form is moved across it, it paints hapazard lines of the same color as the panel custom border color, all throughout background … | |
I have a readonly datagridview that is bound to a datasource. It has two columns. Now I want the first column to have no cell borderstyle; and the second one to have 'All' (i.e. all sides of the cell shall have a border) as cell borderstyle. Before binding the datagridview … | |
Please give idea to solve this problem . I am unable to solve this . Error is Only one instance of a ScriptManager can be added to the page. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information … | |
Hello! I'm here to ask for any help or assistance on getting an informations and ideas I need for storing files in my web application research project. I'm new to Visual Web Developer Express 2008 so I hope you will bare with me. Im trying to develop a web application … | |
[code]public partial class Home_AlumniLogin : System.Web.UI.Page { Buildconnection c = new Buildconnection(); public string conn = ConfigurationSettings.AppSettings["dsn"]; public string str = "Data Source=S-90E1F156B1BF4\\SQLEXPRESS;uid=a;database=college"; public SqlConnection con; protected void Page_Load(object sender, EventArgs e) { } protected void ImageButton1_Click(object sender, ImageClickEventArgs e) { con = new SqlConnection(conn); string str = "select ID1 … | |
Dear Experts, I am working on an old site build in 2003. I am using VS 2010, Validation mode: Explorer 6 This <TD> is using two classes (class="head" and class="grrhead2" ) in aspx file, but can not ve validated. Kindly help me to resolve this issue. [code] <td valign="middle" align="left" … | |
hello I have one problem related procedure when i used it in entity framwork 4,0 that if i write new query in store procedure then update in entity model then i execute it in an aspx page then its not working well and it give an error .when i make … | |
Hi there, I am using a javascript command to show a message box in my web application since the MessageBox.Show() command won't work. The message box appears, however, it seems like it has navigated out of the web application showing the default grey background. How do I modify the code … | |
Guys im trying to generate a SA-1 code for the password and i have used this code Dim en As New System.Security.Cryptography.SHA1CryptoServiceProvider Dim bt() As Byte = System.Text.Encoding.ASCII.GetBytes(TextBox2.Text) Dim chs 'hash string that will be generated' bt = en.ComputeHash(bt) For Each b As Byte In bt chs = chs + … | |
Hey guys, I am trying to find .NET Framework Configuration Tool which used to be in the control panel for older versions such as .Net Framework 2.0. I just noticed that it is not there anymore, and mscorcfg.msc is also missing from the machine. I googled on it and one … | |
I am trying to build a login page in asp.net with sql as backend , when i enter the username and password and click the submit , nothing happens.. Please help this is my *.aspx.vb file........ Imports System.Data.SqlClient Imports System.Data Partial Class login1 Inherits System.Web.UI.Page Protected Sub TextBox1_TextChanged(ByVal sender As … | |
Hi.. I am populating a treeview in form1 based on the checkeditems in checkedlistbox which is in form2 but am unable to list the subfolders and files of the checked folder.. Can anyone please help me???? Thanks.. | |
Hi all, I am using asp:UpdateProgress and asp:UpdatePanel.it works on local fine but when i upload it to live site then it is not working. please do some needfull help. thanks, krunal | |
actually I'm developing a template using ASP.net and C#. as you can see in attached picture, my template include 3 part and i want to have partial refreshing, that's why i'm using updatepanel. in this template once the user click at the top menu it will refresh the side menu … | |
Hi all, I have problem and I don't now if I can do following in C# In text box the user will enter text when he click mouse in specific word I wont to take it to my program To handle it . Please give me some tip, | |
Hi ]http://192.168.3.100/PACS3.2.0_DATA/Android_Images/1/1.2.840.114257.0.11796824240075870457700001003416408300001 /DICOMDIR.dic//PACS3.2.0/Images my problem is that I want to get only the specific part of this URL such as only .dic for eg: ]http://192.168.3.100/PACS3.2.0_DATA/Android_Images/1/ 1.2.840.114257.0.11796824240075870457700001003416408300001 /DICOMDIR.dic and remove the last two item from URL. please help | |
Hi daniweb first of all, sry my english. I have a problem with at update code, I was hoping that U can help me, im new to this. i have a code where i get an id from another page, from update.aspx?id=1 up to 6 ATM. my code works fine … | |
I have page with a link like [CODE]www.domain.com/Login.aspx[/CODE] and I would like to make this url look like [CODE]www.domain.com/en/login www.domain.com/fr/login[/CODE] depending on the current language. I made new route like [CODE]routes.MapPageRoute( "Login", // Route name "{locale}/login", // Route URL "~/Login.aspx" // Web page to handle route );[/CODE] but how I … | |
getting this error and im stuck in days.. please help Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type 'LibrarySystem.Site2'. [CODE] Line 1: … | |
Hi.. I am populating treeview using XML and then trying to access the nodes of treeview into webbrowser to view the files using the following code.. Can anyone please guide me with this?? [CODE] private void treeView1_MouseDoubleClick(object sender, MouseEventArgs e) { webBrowser1.Navigate(treeView1.SelectedNode.Text); } [/CODE] The following is the function to … | |
Ajax calendar hide by report viewer asp.net. I cant select calendar because it [COLOR="Green"]hide by report viewer which initiate set visible to [/COLOR]false. Anyone can help?Thank You! I have the attachment below. The calendar.png shows that error occur with calendar can not pop up correctly .It seem like at the … | |
hi I used to write below code for do Loop in vb6 [CODE]Do While Recordset.EOF <> True[/CODE] How to get this or replaced for ado.net vb.net Thanks | |
Hello masters! I have a project and need a bit of your help. I would like to access/get values from certain fields from a database and assing that value to a variable. Database is included into my project along with DataSet. Is there any simple way to access certain field? … | |
hi, can any body tell me how i can get the width of a string in pixels. Thnaks, Nice Candy. | |
Hi, Is there any alternative way to reset the scrollbar postion when datacontext chaged with out using the datagrid datacontext changed event..? Thanks in advance for help. Sravanthi Chepooru | |
It is source code of design .aspx page.three sqlconnection take three datasource and three gridview Main problem is that when i what see gridview it showing two gridview Please Tell how can i created the Parentgridview rowediting event .??? [CODE] <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:JAPITConnectionString %>" SelectCommand="SELECT * FROM [viewyn]"></asp:SqlDataSource> … | |
Hi, I have a WCF Webservice, and I have an asp.net application that uses this web service. I Have them both running on the same machine, but get a time out. Is there something I have to specify myself in the web.config? I am fairly new in WCF, as this … | |
So i have this SharePoint 2010 Publishing site collection and i can create subsites under it simply by going to Site Actions > Create New Sites. There's a button that says 'More Options' which gives me more options for the new subsite. I get extra options like 'Permissions' and 'Navigation … |
The End.