Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Interests
C# web and Windows Development
PC Specs
P4 3.0
Favorite Tags
Member Avatar for Sumith Asanka

Hi Guys I have a GridView inside a tabcontainer with some bound data fields , i have set Autogeneratecolumns=false; ShowHeaderwnenempty=true; But i can't see header or grid anymore when run but it is visible on design mode, but if i manualy bind it gridview.datasource=dataset; gridview.databind(); it is showing header and …

0
126
Member Avatar for Sumith Asanka

Hi Guys i have a formValidation Java Script on the form to validate username and password text boxes to check whether they are empty,and i am calling them on the Onclient Click even ton the button, But even If i enter some data into those text boxes the error message …

Member Avatar for AndrisP
0
339
Member Avatar for Sumith Asanka

Hi Guys I have a Problem With My Asp.net Application Which is runing on asp.net 4.0 with vs 2010 Recently i have added Ajax toolkitscriptmanager, After that my Java Script Alert Messges are not woking ? Other Pages which doesn't have toolkitscriptmanager are ok, are they not compatible ? I …

Member Avatar for Isaac_4
0
156
Member Avatar for Sumith Asanka

Hi Guys I have a major issue in my Asp.net 4.0 Application, i have created a tree View And (SelectedNodeChanged event) Does n't Execute on my IIS Server(Windows Server 2008 R2 Standard), I have Created few Drop Downs Lists (SelectedIndexChanged) Doesn't Execute , i have this Issue Only on my …

Member Avatar for Santanu Das
0
389
Member Avatar for Sumith Asanka

Dear All Statement 1 doesn't get its new value it retrives the existing value only i want it to get new value i am entering on RowUpdating event TextBox mytext = ((TextBox)DgridComminv.Rows[DgridComminv.EditIndex].Cells[7].Controls[0]); string a = mytext.Text;

Member Avatar for AleMonteiro
0
149
Member Avatar for Sumith Asanka

Dear All i want to load some data to grid view (which is not existing in the database currently) and do some chages (putting tax rates etc) and caluculate totals and after all changes done to update them on the database, where can i keep those data temporaly ? and …

Member Avatar for Sumith Asanka
0
387
Member Avatar for Sumith Asanka

Hi Guys I have a Vs 2010 asp.net application, it has folder called "Reports"(this includes crystal reports) , when i publish the project to output directory, that particuler folder doesn't copy there all the other folders ar copied, any idea what is the reason ? thanks regards sumith

Member Avatar for taersious
0
113
Member Avatar for Sumith Asanka

Hi Guys I have my Asp.net 4.0 application,it has crystal report viewer, that viewer object is not visible at run time on win 8.1 beta version and microsoft windows 2008 server, but it works fine on my persoanl pc which runs windows 8 , any idea on what is the …

0
169
Member Avatar for Sumith Asanka

Hi Guys i have this error in my asp.net 4.0 application , i am strugling to find out why it is working perfect on my local iis server, but throws this error on web iis server Details: To enable the details of this specific error message to be viewable on …

Member Avatar for JorgeM
0
288
Member Avatar for Sumith Asanka

Hi Guys I have asp.net 4.0 application that is running perfect on my local iis server, but when i host it on web server, it is throwing me this error, Parser Error Message: Theme 'Blue' cannot be found in the application or global theme directories. how can i sort out …

Member Avatar for JorgeM
0
228
Member Avatar for Sumith Asanka

Hi Guys I have a asp.net 4.0 application with login screen http://localhost/WST/Forms/Frmlogin.aspx i store my login id in the class file variable inside my application i want to avoid login to the appliction without going throug login screen by putting its url directly like this http://localhost/WST/Forms/TeacherList.aspx this links works if …

Member Avatar for JorgeM
0
160
Member Avatar for Sumith Asanka

Hi Guys I have a user control created , when i drag and drop it to the form designer, it gets this (error redering control, the file was not found)but it is inside the same project, how to avoid this ? thanks regards sumith

0
190
Member Avatar for Sumith Asanka

Hi Guys I have an asp.net application developped using C# asp.net 4.0 , It is running perfectly with .net inbuilt server , but it throws an exception when running on IIS server 5.1 (Win XP sp-3) There i have a connection string encryption method , that is the place it …

0
185
Member Avatar for Sumith Asanka

Hi Guys I have a asp.net application(4.0) , done on VS 2010 Ultimate,i want to launch it on the IIS Server on Windows XP(ver 5.1), when i am trying to create the Virtual Directory I am Getting this error, but directory is created , but i can't access the application …

Member Avatar for Sumith Asanka
0
287
Member Avatar for Sumith Asanka

Hi Guys I have asp.net application there i have a dropdownlist , even if i select any item from that list when going to debug mode i always get the first list item number and index but interface shows the selected item on it , what is the reason for …

Member Avatar for wasimmalik
0
206
Member Avatar for Sumith Asanka

Hi Guys I have 2 buttons on my we page one is to save and other button to view a list ,i have applied field validator to validate form fields , but when i click the list button also the required field validator is activating how can i stop that …

Member Avatar for Sumith Asanka
0
234
Member Avatar for Sumith Asanka

Hi Guys My Visual Studio 2010 Application exe looking wiered in windows 8 but work perfect in Win XP ? look at these snapshots, what would be the reason for this ? thanks regards sumith

Member Avatar for MarkAMalo
0
90
Member Avatar for Sumith Asanka

Hi Guys why My C# windows program look wierd in windows 8 ? it is perfect in xp i have uploaded the 2 interface snaps xp and windows 8 does anybody know what is the reason for this ? what should be done to sort out this issue ?

0
93
Member Avatar for Sumith Asanka

Hi Guys I have a similer code which works on button click event and not working while Accessing data through data reader ?what would be the mistake ? thanks regards sumith ---Database Part private void PopScheduleByID() { using (SqlConnection con = new SqlConnection(CS)) { SqlCommand cmd = new SqlCommand("select* from …

Member Avatar for Fenrir()
0
182
Member Avatar for Sumith Asanka

Hi Guys I have a problem while an error and rollback Please check this example if i have an error at **CreateClassPayment()** method, it will go and execute rollback function but it doesn't rollback the transaction at **CreateAttendent()** but will not go for next transactions also **formSMSContents() and UPDATESMSPORTAL()**,can any …

Member Avatar for Ketsuekiame
0
308
Member Avatar for Sumith Asanka

Hi Guys i want a easy way of coding this, when user selects any item from the datagrid(Yellow Color Arrow), i want to change the selected item in the combo accoring(Red color arrow) to datagrid selected value. But combo has the ID and Name both thanks regards sumith

Member Avatar for Sumith Asanka
0
169