Radiobutton not fire an event..
I have a listview control in that i put radiobutton but i can't find when the radio button is clicked.. my code is here <asp:ListView ID="ListView2" runat="server" ItemPlaceholderID ="BrandName"...
View ArticleBest Practise
Kindly help me,actually i am learning mvcso which is best ,like i want to use entity framework with stored procedure ,kindly help
View ArticleASP.Net Best Practices
Hi Friends, I want to know some good books to refer for "ASP.Net best practices" ,I have googled the same and there are so many books available.So can any of you tell me some good book to refer...
View ArticleRetry on duplicate keys ex
How can I catch and retry if I got a duplicate keys error? If InsertProviderMasterCommand failed due to dups go to GenerateKeys and try again??? Try GenerateKeys(myRow) If...
View ArticleIf else structure problem
In if else structure when null arguments are passed to two string variables then it always hit the condition when i have set Var1 != "" && Var2 != "" why ? since nulls are passed to both then...
View ArticleFlash Banner in Mobile asp.net
I tried to change the flash banner text from 50% to 60% and its only show 60% in Desktops not in mobile. Please let me know if any one have the solution detail and steps of how to fix it :(
View ArticleHow to pass user details from the database - basic auth
Dear all, I am writing to seek help in how do construct function/method which can pass username and password from database in the "userPro" class:publicclass UserPro : IProvidePrincipal { //...
View Articleradiobuttonlist change event with javascript
I have 2 RadioButtonList rdBtnPersonel_Status and rdBtnPersonel_FoodStatus i wrote :...
View ArticleQuestion Event does not run when I click image that has event attached to it
Hello Everybody, I would like to know if there is something I am missing why my ASP.NET is not running the script that is embedded in the master page, I imagine that it should be running in any page...
View ArticleRDLC Report Designing
Suppose my stored procedure returns multiple datatable then how to manage that datatable in DataSet.xsd file
View ArticleTelerik grid vs. Kendo grid and Ajax calls
Anybody familiar with Telerik's grid products... We had code that previously implemented the telerik grid @(Html.Telerik().Grid()<myTransactions> .Name("Transactions") .ClientEvents(events =>...
View ArticleASP.NET MVC Web API - filter query with pagesize
Hello, If I search (api/test/cusip=00089PAA6&isin=555), I should get five records of cusip = 00089PAA6 and other five for isin = 555 in descending order (2014), but instead i only get results from...
View ArticleBuilt in authentication
Hi! I'm teaching some basic ASP.NET. I have looked at a solution for login-page. There is the built in forms-authentication but I seem to work bad. Login works sometimes and sometimes not. Doesn't...
View ArticleAsp.net
I have a textbox for quantity,Label drop downlist for different Products.I have a Place holder. and a a ok button. if i give a value of quantity 3 and selct a product suppose mouse the 3 labels with...
View Articlehow to convert image into text
Hi! can someone provide solution for converting image into text in asp.net? Thanks Hidayat Ali
View Articlehow to bind image from database to image control in asp.net
hi there anyone can help me .... i have created a database in which i am saving the id[int],name[varchar],visPic[image] and i have created a search page for the visitor search by id and after searching...
View ArticleHow to tie a gridview row edit properly
I have a Gridview that has many pages. I order it by an ID number in descending order which is displayed. When I try to edit the row with my image button, the index I get does not match the row I...
View Articleinserting data in mysql database using c#
Hi I wanted to insert my form into mysql database Below is the code i used protected void Submit_Click(object sender, EventArgs e) { MySqlConnection connection = null; if(RadioButton1.Checked==true) {...
View ArticleHow can Create this table in sql
Whats the sql query for this tablethe fields are : table name=Emp ,date_join current systemdate, sal,city,state pabitra behera
View Article