This is a migrated thread and some comments may be shown as answers.

No Data in RadCombo after PostBack in C#(But in VB.NET it workw)

1 Answer 12 Views
UI for ASP.NET AJAX in ASP.NET MVC
This is a migrated thread and some comments may be shown as answers.
jawahar
Top achievements
Rank 1
jawahar asked on 13 Sep 2012, 11:15 AM
Hi,

In VB.NET:
I have code which binds the DataSet during first time load and after postback that binded data exist.
In C#:
The same converted code after posback there is no data in RadCombo.

Below are the Telerik.Web.UI Version:
 VB.NET - Autoupdate(Set in Property pages)
    C#    - 2011.3.1115.40

Note: In watch list i have checked the data count in RadCombo,  i noticed after postback Vb.NET code holds the 2 data but in C# no data(Count = 0)

I am struck in this, Please guide to fix this.

Thanks,
Jawahar.

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 18 Sep 2012, 07:05 AM
Hello,

Although both C# and VB are .NET languages and have similar constructs, there are significant differences between them. In order to find why given code does not work as expected we need first to examine it. Please share the code does not produce the expected results, thus all the people who want to help you will have better understanding of your case.

Greetings,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
jawahar
Top achievements
Rank 1
Answers by
Andrey
Telerik team
Share this question
or