15,998,382 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Member 11099119 (Top 12 by date)
Member 11099119
20-Jan-15 3:26am
View
thank u very much
Member 11099119
7-Jan-15 4:11am
View
i solved the problem
Thank u for ur responce
Member 11099119
1-Jan-15 5:33am
View
i have a value with me i want to pass that value into the filter dynamically?
Member 11099119
1-Jan-15 4:59am
View
thank u i solved the problem
Member 11099119
1-Jan-15 2:23am
View
sry i dont know how to get the values from url
i am new to the software
Member 11099119
27-Dec-14 6:54am
View
i updated my question
Member 11099119
27-Dec-14 6:47am
View
private void Subjectbind(string ExamYear, string ExamType)
{
if (ddlExamYear.SelectedIndex == 0)
ExamYear = ddlExamYear.SelectedValue;
if (ddlExamType.SelectedIndex == 0)
ExamType = ddlExamType.SelectedValue;
List<spgetexamtypecourses_result> lstCourses =
objMDLClass.GetAllExamTypeCourses(Convert.ToInt32(ExamType),
ExamYear);
objManage = new StudentManage((Users)Session["user"]);
foreach (SpGetExamTypeCourses_Result objCourse in lstCourses)
{
GridTemplateColumn col = new GridTemplateColumn();
col.UniqueName = objCourse.CourseId.ToString();
col.HeaderText = objCourse.CourseName;
col.ItemTemplate = new GridCustomItemTemplate(objManage.GetExamAnalysisReport(
Convert.ToInt32(objCourse.CourseId), Convert.ToInt32(ExamType),
ExamYear));
gvSubwisePerformance.MasterTableView.Columns.Add(col);
}
gvSubwisePerformance.Rebind();
}
i used this method and i called this method in ispostback method so that if drop down value changes this method is executed automatically.
i got the result for the first time page load.
Member 11099119
27-Dec-14 6:39am
View
But i have a dropdown when the dropdown value changed the grid also must be updated .
when i am changing the drop down value the data is coming but the grid is not visible
Member 11099119
27-Dec-14 6:25am
View
dynamic grid view loses binding when post back occurs ?
I have a dynamic grid View with template fields and bound fields as columns
for the first page load all binding looks fine.values are populated in all columns
when I trigger an event such as selected index changed in Drop downlist present in the column header(inside template field ) the binding are lost and the event is never catched.
how to retain controls when post back occurs and how to resolve this problem ?
Member 11099119
27-Dec-14 6:24am
View
i got the columns and my grid view is binding successfully in first postback event but if again the post back occurs the gridview is not visible
can any one help me?
Member 11099119
28-Oct-14 3:08am
View
oh ok thank you
Member 11099119
28-Oct-14 2:42am
View
No i Want it in regular expression only
Anyway thank you
Show More