13,153 Topics
![]() | |
hi.. can anybody help me to encrypt/decrypt a string? i want to encrypt a URL along with the parameters... plz let me know if any1 knows some good resources for the same.. thanks.. | |
I'm trying to do something very simple...just access a JavaScript function that exists in a separate file but I can't seem to get it to work. [CODE=html] <form id="form1" runat="server"> <script type="text/javascript" src="styleScript.js"></script> <div id="container" class="container"> <button id="button1" onmouseover="mouseOver('button1')" style="margin-left:900px;width:200px;background-color:Transparent;height:100px;margin-top:120px;">About Me</button> </div> </div> </div> </form> [/CODE] My styleScript.js class: [CODE=javascript] … | |
hello every one.. im beginner in asp.net i made a simple page and debug it but it gave me that IE can not display the page coz it is not connected with internet although im connected to internet and it must work on local host any solutions ..? thanks in … | |
Well I think title says it very well, how do you think, is it good option to make program with GUI? | |
i need to know how to bind data with the formview in asp.net using vb code.........................thanks | |
I have a gridview which is bound to dataset initially. Then i edit the gridview data by clicking the edit button. after editing when i click the update button, value should be updated on gridview itself. Later when i click submit button all updated records should be updated to sql … | |
Which database tables are affected while changing the settings in DNN from Admin or Host Menu, like changing the skins, containers and moving the modules between the panes? | |
Can some provide with helpful link in designing a Tab control with sub menu. | |
Sir, I am using MVC project and in that for testing purpose i am using NUnit frame work. which steps should be followed for NUnit? and How to solve that errors? Thanks, | |
Hi All! Im having a problem regarding PostBack issues. Ive got a user control (WebUserControl1.ascx) which dynamically creates labels according to the value it is set from the Default.aspx page. Code In Default.aspx.cs [CODE] public partial class _Default : System.Web.UI.Page { WebUserControl1 _control = new WebUserControl1(); protected void Page_Init(object sender, … | |
hai, How to convert crystal report to excel format (with correct alignment,lines and every thing exactly like excel).please help me. | |
I'm developing a program that will have a tree control that will aloow the user to navigate around the application. There will be over 50 nodes on the tree from adding, editing & Listing Customers, Items, Invoices, Credit Memos etc. I have a main page that when the user logs … | |
I've been reading a bunch of books on how Membership and Profiles can make an ASP.NET developer's life easier but these kind of things are usually too good to be true. Any idea on the drawbacks and security issues I'll have to compromise if I choose to implement either? I've … | |
I have a datagrid bound to a sql proc. I have made the last column in the datagrid into text boxes so the items are editable. how do i return the values from these cells? Basically I want to be able to sum the entire column, as well as set … | |
Hi all, I have a window service from which i am calling a windows application in c#. and i am using web browser in window application to get html from a link, but problem is that web browser's Browser_DocumentCompleted event is firing only first time when service calls application,only for … | |
Hi there, I currently have code in place to change the background colour of a cell in a table on mouseover, then change it back when the mouse is removed. What I would like to do is also change the foreground and font colour on mouseover, how do I go … | |
Hello every body Please any one to help me I want to upload and download files from sql database using asp.net with C# i need to do that using grid view or data list. i want to view with grind view to download my uploaded file from sql data to … | |
Hello all, i want to creat a list of an object so i used ArrayList in C# after declaring a class book i declare the array list as follwing: [CODE]private ArrayList mobileStore = new ArrayList();[/CODE] then i have an object of class , say Mobile [CODE]Mobile m1;[/CODE] and finally i … | |
Hi there, I had created a system using vb.net and I wish to convert into html form or in asp.net, I want to set the system into website form. Can I do that? Please advice on this. Or I have to start from the beginning to develop the website? Thanks. … | |
Hello Frnd's... Im doing one video project in that i want to convert videos so for that conversion process time i want to show a simple progress bar.I have put an gif image in image control but its not working fine.So can anyone tell me to do simple progress bar … | |
this is the code in vb.net for searching when a serial number is given from the sqldatabase..................... [CODE] Private Sub s2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles s2.Click Dim a As Integer Dim b As Boolean Dim connection As OleDb.OleDbConnection Dim command As OleDb.OleDbCommand Dim dr As OleDb.OleDbDataReader … | |
please, I want a sql query that will return the no of fields in a database as an integer example i have table student columns are regno surname othername I want my result to be 3 what do i do?? | |
Hi, I'm actually trying to compute the total for my individual gridview items but I am reaching the dead end at the moment. I had an idea that probably I can specify another datasource for my total computation but was told that gridviews may only be bound to one datasource … | |
I need the code for a web form containing check boxes, drop down lists,radio buttons using c#. | |
Hello, I wish to get the code to pass the log in information (i.e server name,pass word etc) as parameter at the time of calling report Now its asking (user name ,password) before going to the report page each time .please help me. | |
Can anyone help me with why my insert statement won't work? I have tried countless tutorials online, but I cannot figure out what I am doing wrong. Can anyone point me int the right direction here? Here is my form: form: [code] <%@ Page Language="C#" AutoEventWireup="true" CodeFile="form.aspx.cs" Inherits="_form" %> <%@ … | |
plz help me ,i have to update a table "temp" where a temp_id is dyanamically change by 1 everytime and there are another table "Master" which contains id(int) and user_id(varchar). User_id is like 'FMS00' and the temp_id is dynamicaly change using code ..... and store into 'id' also and the … | |
Hi i'm almost done with my project for our C# ASP.NET class but have just one thing left to do, and that is to print my datagrid view as is, with header included. Now i have absolutely no idea how to do this. I tried some javascript codes etc. but … | |
is there any code for databinding one webform with another? if so....plz post it in vb i need it urgently so plz help me | |
here i have to search the database according to serial no and show the information of that serial no the problem here everything is fine and [CODE] Dim a As String Dim b As Boolean Dim dr As SqlDataReader Dim ConnStr As String ConnStr = ConfigurationManager.ConnectionStrings("gate").ConnectionString() Dim conn As New … | |
How could I design the contact form in ASP.NET [U]VBScript[/U] that sends a message to my mail box. I would like to include in the form fields: [B]Name, Subject, Message[/B] and the button [B]Send[/B]. Is anyone could help me with that. please?:-/ | |
I'd like to select a week and pull data based on that week. Data selection starts on line 616. Thanks. [CODE]<%@ Page Language="VB" AutoEventWireup="false" Debug="True" %> <%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Weekly Reprints</title> … | |
I don't know why it kept appear this error: The name 'LogoutBT' does not exist in the current context. All my textboxes and buttons do not exist in the current context Please help me. Thanks. using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using … | |
Hello guys, i'm using Windows Application C# i want to get a comboBox value which in Form1 from Form2 ex. in the form1 i have comboBox1 + Button, now after clicking that button i'm moving to form2 in the form2 i want to load some information from DB depending on … | |
I have multiple textboxs which are created dynamically in page_load. TextBox tb = new TextBox(); tb.id = "ID1"; tb.text = GetfromDB(); tb.TextChanged +=new EventHandler(tb_TextChanged); Now i want to add a javascript confirmbox as tb.Attributes.Add("onchange","javascript:return confirm('Data has Changed. Click OK To Continue');"); If the user clicks ok then continue to tb_TextChanged … | |
Hello All; I have got a task regarding parameter passing to Crystal Report via Crystal Report, I would like to find best way to achieve it. Imagine that I have got parameterized and non reports-parameterized. I am developing a report manager that will enable users to subscribe to the reports … | |
Hi all, I've got a spot of bother with my radiobuttonlist. It has 3 items in it and I want them to control the visibility of certain divs/tables. But even simple text changes are becoming a headache and the postback is not firing the event I clicked on but the … | |
I have a link on page 1 if clicked take u to page 2 and page 2 if u click okay it should take u back to page but when I use this on page 2 to: [code] ViewState["back"] = Request.UrlReferrer;[/code] it returns null, how do I fix this on … | |
Anyone can help me to give link or website / tutorial about binding data with gridview ??.... | |
can anyone explain tranaction in .net ..when we go for it ? explain locking in .net along with example plz? | |
I'm still trying to get my validation to work correctly. So far if a user enters in a Salesman Code that exists in the database it displays the error message when tabbing off the field. The Salesman Code field is also required so I can't get this validator to work … | |
Hi to all, I am using dataset to retrieve value from dataset but I can't do it, control automatically goes to next sentence without retrieving any value.. [code] Dim scd As Integer = ds.Tables("collage_detail").Rows(x)("sc") Dim cd As Integer = ds.Tables("collage_detail").Rows(x)("c_id") [/code] collage_detail is my table name . | |
hi, how can we create a new session? n i also want to knw how can i generate a new session id everytime i visit a page. even if i use Session.clear/Abandon method, it generates a same session id everytime i visit the page. hoping for a reply soon Thanks | |
Windows Server 2003 Standard Edition Service Pack 2 SQL Server 2005 Standard VS 2008 Hi everyone. I'm currently working on the following tutorial: [url]http://www.asp.net/Learn/Security/tutorial-04-cs.aspx[/url], but I get an error adding a SQL Server DB to the App_Data folder. I right click App_Data, click Add New Item, SQL Server Database I … | |
i'm working on asp, vs2005. I should save the typed information in sql server. I connected and written the code in the following way[CODE] Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim ConnStr As String Dim visitors_name, officer_to_visit, purpose, date_of_visit, time_in As String Dim serial_no, … | |
Hi.... i need help in opening a pdf file and document file in readonly mode. besides the user should not be able to save or print the document that is being opened. i open the document with the extension Response.Redirect("File Location with file name") it is opening the dialog box … | |
Hi alll...... i am trying out a login form where in which i have multiple users... i have redirect each user to differnt pages..... ....but im stuck in the middle....... please help me out..... <code> page1 session["user"]=txtuser.text page2 welcome text(A label which is used to specify the current user) Thank … | |
Hi I have a datagirdview with a checkbox placed in header.How can i check or uncheck all checkboxes by clicking on checkbox that is in header. | |
hi, i want to store a arraylist in a session variable & retrieve it on the other page. how it can be done.. for example, [code] ArrayList ar = new ArrayList(); ar.Add("a"); ar.Add("b"); Session["id"] = ar; [/code] now how can i retrieve the arraylist on the other page? i tried … | |
Hello To All, I want to implement peer-to-peer video streaming in my WPF project. Plz help me by referring any web site or sample code which i can use in my project. Thanks in Advance With Best Regards Hardeep Singh Bhullar [email]er.hardeepbhullar@gmail.com[/email] |
The End.