13,153 Topics
| |
Hello, all! I am a web developer, primarily with C#.NET and MVC experience, as well as some PHP. I am trying to broaden my horizons with software development, become part of the software development community, get exposed to new ideas, and learn from other people. But, I am recently moved … | |
i need to make ASP.NET based CMS. Could anyone suggest a good tutorial? | |
How to update database table using commandbuilder without having Primary Key. We Tried this Attempt; [CODE]obj.con = obj.Class_DBConnection(); OracleCommand cmd = new OracleCommand(); string fromsrvno = "000000067334"; string tosrvno = "000000067350"; qryStr = "select distinct * from test_m_srvdetail where SDBM_SERVICE_NO between'" + fromsrvno + "' and '" + tosrvno + … | |
What are requirement to learn ASP.NET (hardward, software, background?) Any responses are appreciated. | |
[COLOR="Green"]handles clouse require a withevent variable defined in containing type or one of its base type[/COLOR] [U]i got this error in the following code[/U] Imports System.Data Imports System.Data.SqlClient Imports System.Text Partial Class _Default Inherits System.Web.UI.Page Protected Sub submit2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles submit2.Click Dim i As … | |
Hello, I have just started with ASP, I knew that IIS cannot be installed on Windows xp Home, so I installed Abyss, but it's quite different from wamp,xamp that I was using before with php. Can someone help me run ASP on it? I have followed the tutorial in this … | |
i m developing website for my client which simple data drvien in asp.net +access 2003 now my client ask me to develop e commerce website which include product display with categories,rates,shipping,credit card processing check out etc i dont know how to program it should i have to develop my shopping … | |
[B]How to save an incoming SMS in a SharePoint 2010 list and then process on that SMS and auto reply back with the matched content back to the sender ? Does anybody have any idea about this ? Basically I want to develop a SMS based online dictionary . User … | |
Hello Allideliner!!! I am having problem in retrives values from textbox at aspx page to popup page? aspx page code: one textbox-- [CODE] <asp:TextBox ID="txtTopicTitle" runat="server" style="height:25px"></asp:TextBox> [/CODE] I want to use this txtTopicTitle values on the popup page(Default.aspx page ).. Then what is the process require?? I hope somebody … | |
i am develop 1 project using vs2003 with report services2005 i have no problem calling the report viewer from my project but the problem i face is when i right click -> view source my credential for the report server are there....... did there have any way for me to … | |
I have a VB.net programming question i am loading values into a list box from the database in a form being used to edit a database record. the list populates fine using the following code. Protected Sub LoadCat() Dim myCommand As New SqlCommand Dim myReader As SqlDataReader = Nothing Dim … | |
Hi guys i'm using ASP.net ans SQL server 2005 with stored procedure to do simple search from a table in database.Plz help me out The error i get Function or procedure expects @searchKey which was not supplied. protected void btnSearch_Click(object sender, EventArgs e) { string constring = ConfigurationManager.AppSettings.Get("con").ToString(); SqlConnection conn … | |
I just want to logged in to a website programmatically (using httprequest )to check whether the provided username and password is correct or not .. it will be great if the help could be in form of sample code.. Thanks in anticipation !!! | |
hi,how to access the SQL sever database using ASP.NET.i can not access the server by using the same.some errors are showing when i try to create a database.can you help me to create a database? | |
Hello All, I have created simple login form through VS 2008 using C#. There are 5 different aspx pages in my web application. 1)Default.aspx: It contains only a hyperlink to direct the user to login.aspx page. 2)Login.aspx: This page has texbox for Username and Password, sign in button, textbox for … | |
Hi i am developing a custom form in asp.net. I developed in my laptop which has the latest IE 8 and Firefox version. 3.6.x ; however I run this on the customer browser and I got horible displaying on the design of the page, I am guessing that IE 8 … | |
I have some data encrypted with MD5CryptoServiceProvider. I need code for decrpyting. | |
Hello, I need some help with my cascading dropdown boxes. Eveything works I just need to remove the duplicates from the States and Cities drop down box. Any idea how? I got it to work on the Country drop down but can't figure out the rest. Thanks. [CODE]private void FillCountry() … | |
How do you get data from gridview with select command? I have a populated gridview, I select a row, it highlights... Now how do I get access to that selected information? Do I have to go back to DB, or can I somehow pull the selected data. Asp.net 3.5 VS … | |
Please help me... How to dynamically create image array and display images which is in folder. I tried this one but not displaying image. its simply printing text message that [B]System.Web.UI.WebControls.Image[/B] protected void Page_Load(object sender, EventArgs e) { Image[] image = new Image[25]; for (int i = 0; i < … | |
Hi, My problem is that whenever I debug and load my Login.aspx page, my master page (including its images etc.) doesn't show up, it just looks like a blank template. I have tried changing the "authorization" code in the web.config file to allow users to access the appropriate files, but … | |
please help how to get the after login page of particular url.[code]private void button2_Click(object sender, EventArgs e) { string strId = "abc"; string strName = "xyz"; ASCIIEncoding encoding = new ASCIIEncoding(); string postData = "login=" + strId; postData += ("&password=" + strName + "&commit=Log+in"); byte[] data = encoding.GetBytes(postData); // Prepare … | |
Hello, I want suggestion as to how to do the following: 1) In my current scenario,when a particular user fills a form which contains one field as manager and saves the details that manager receives an email stating that u have a request. This email also contais an URL which … | |
Hi there Expert Designers, I am building a Web form for a medical institution, can you give me an advise in how to make this form look cool??[code]<%@ Master Language="C#" CodeFile="MasterPage.master.cs" Inherits="MasterPage" EnableViewState="false" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <script type="text/javascript"> function OnClick1() { if (divCalendar.style.display == … | |
Hello, everyone. I have generated a treeview loading from database, learned from a book. But I have no idea how can I save the view state of my treeview, I have tried the following code to do, through it, I can only keep expanding the first layer of treeview, but … | |
Hi, I am trying to deploy the web site onlocalhost. I have published it successfully using Visual studio 2008 publish website feature. When i try to run [url]http://localhost/Monitoring[/url] I am getting the follwoing Security exception at the following URL. [url]http://localhost/Monitoring/Account/Login.aspx?ReturnUrl=%2fMonitoring%2fdefault.aspx[/url] Looking forward for the help. Thank you, Ammar Security Exception … | |
hi guys, i have my gridview printing problem. i have column say print in gridview.i have link button in gridview in each row.when i click on link button i want to print that row's record. anu idea or code please help me.thanks in advance. kk | |
Hi, I am using updatepanel in aspx with master page content, required validation control. IN that updatepanel I have one datagrid through that I am trying to insert a row. When I click that linkbutton then is shows error like "sys.webforms.pagerequestmanagerparsererrorexception. Error code: 405" . I tried with another project … | |
hello. i need to know how i can write an onactivate function for the hyperlink that is clicked. each hyperlink identifies a different directory and i assigned each of them with an id equal to their directory. the onactivate function (actv)is meant to receive this id in a string and … | |
hi... I want to access file form any pc in network ..and i m doing it also..but the when i do same task through IIS server I am getting error .. "Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005." so can … |
The End.