MySQL, ASP.NET and Unicode
Hi All,I have created a web form in order to connect to MySQL using VB.NET.Now, I have a BIG problem using the data stored in MySQL system:When I fetch the data there is problems in unicode chars, for...
View ArticleIn update panel, gridview Itemtemplate, event not firing
hi<asp:UpdatePanel ID="pnlHelloWorld" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:GridView ID="GridView1" runat="server" AllowSorting="True"...
View Articlevs2010 debugger - ajax Error
Hello,I'm getting this error on vs2010 debugger on any ajax request:JavaScript runtime error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed.
View ArticleHow to save the data into database and and generate the invoice.
How to save the data into database and and generate the invoice using asp.net
View ArticleASP.Net Menu Control, Changing Mouse over to Mouse click and adding separator.
Hi, I am having a asp.net (4.0) menu control, to populate the menu's, am fetching data from sql server. I need help on adding the below two 1. I would like to change menu behaviour of displyaing the...
View ArticleIndex was outside the bounds of the array. C#
protected void btnCSV_Click(object sender, EventArgs e) { string filePath = "D:\\users3.txt"; string line; //if (File.Exists(filePath)) //{ StreamReader file = null; try { file = new...
View Articledropdown value
how can i read dropdown value from an array .i have this, but always get -1 if (!Page.IsPostBack)DropDownList1.SelectedValue = (arr[5]).ToString();
View ArticleSolution for replace ajax update Panel
Is there any other solution without using Update Panels???????but the same features
View ArticleGetting error, please help.
publicDateTime TravelDt { get;set; } objSaveCust.TravelDt = txtTravelDate.Text.Trim();getting error: cannot implicitly convert type string to datetime
View Articlegetting error please help
publicDateTime TravelDt { get;set; } objSaveCust.TravelDt = txtTravelDate.Text.Trim();getting error: cannot implicitly convert type string to datetime
View ArticleWhen to use Connected & Disconnected ado.net architecture in C# .Net?
Hi, I am confused when to use Connected & Disconnected scnarios. Can anybody explain with me real time scnarios?Thanks in advance
View ArticleAssign null value to integer sql parameter?
Hello guysSo this is my problem, I have a drop down with values from the database it is also has the option to select none of the values "--Select--"ddlWinders.Items.Insert(0, new...
View ArticleGet Gridview Selected Rows using Linq in vb.Net
Hi,Linq query is not working.came this errorPublic member 'Count' on type 'WhereSelectEnumerableIterator(Of GridViewRow,GridViewRow)' not found.Design:<asp:TemplateField HeaderText="Select"...
View Articleexport xls file to app_code folder class
i want to pass xls file to a class in app_code folder through javascript.please tell me how to do it.Thanks in advance
View ArticleEditable Nested GridView in asp.net
Hi Everybody, I have a NestedGridView with scrollable option. Now, I need to update child grid details but i have Edit button on my parent grid. But what's the problem is when i try to update the value...
View ArticleScrollable GridView with fixed grid header and footer
<div id="content_center">Hi Everybody,</div> <div> </div> <div>I want Scrollable GridView with Fixed header and Footer for that purpose im using CSS class and call that...
View ArticleRename file before upload
Hi,I want rename file befor uploaded,I use this code, how to change it? please help me,Dim str As String = Request.PhysicalApplicationPath Dim savePath, picPath As String savePath = "" picPath = ""If...
View ArticleResponsive Template
Is there anithing like a responsive asp,net webform admin template. Either for sale or free to downlaod thanks
View ArticleMultiline view in Gridview Textbox
I have a multiline textbox, the contents of which I'm saving into a database field, replacing newline with <br/>, so that the data can later be displayed in a Gridview exactly how it was entered....
View ArticleCan browser backbuttons be made to work consistently?
Suppose that you’ve got a two-page website. The first page takes in data from the user, then redirects to a second page where queried/derived results are displayed.Question: Is there any way to...
View Article